diff options
author | Narayan Kamath <narayan@google.com> | 2014-05-01 13:35:34 +0100 |
---|---|---|
committer | Narayan Kamath <narayan@google.com> | 2014-05-01 13:50:47 +0000 |
commit | fc0810e565b269bc9d8f072ef0ab7365e035c630 (patch) | |
tree | c2f3d4b57108f1bc089af03e4f1cfac31b0817e1 /rs/java/android/renderscript/ProgramFragmentFixedFunction.java | |
parent | b916d8adffd7ea3588bc178e1ee03f68f0a409e5 (diff) |
Support per-package lib dirs for bundled apps
Bundled apps can now use /system/lib/apkname or /system/lib64/apkname
in addition to the (globally shared) /system/lib and /system/lib64
directories. Note that when an app is updated post hoc the update APK
will look to its normal library install directory in
/data/data/[packagename]/lib, so such updates must include *all*
needed libraries -- the private /system/lib/apkname dir will not be in
the path following such an update.
"apkname" here is the base name of the physical APK that holds the
package's code. For example, if a 32-bit package is resident on disk
as /system/priv-app/SettingsProvider.apk then its app-specific lib
directory will be /system/lib/SettingsProvider
Bug 13170859
(cherry picked from commit addfbdc09ccf258395db8bfc510989a4c583f7ab)
Change-Id: Id82da78024a6325458b8b134d7d91ad0e5f0785e
Diffstat (limited to 'rs/java/android/renderscript/ProgramFragmentFixedFunction.java')
0 files changed, 0 insertions, 0 deletions