diff options
author | Sven Gothel <[email protected]> | 2012-12-27 05:50:21 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2012-12-27 05:50:21 +0100 |
commit | 5bd9880b54a48326742008d36175b1403c891ee1 (patch) | |
tree | 8b148e22257ac13e9ee6bf8885bda819e01c268b /make/scripts | |
parent | d430657cfd1f21885f3fdebebe6f0a49b1c5cd13 (diff) |
Android Launcher: Fix ClassLoaderUtil's JNI lib-path determination, use ApplicationInfo's nativeLibraryDir (API level 9).
On Android > 4.0.3 (maybe even earlier), w/ a split filesystem (internal and SDCARD)
the JNI libs maybe stored at a different location than it's data path.
ApplicationInfo's nativeLibraryDir properly determines the JNI storage location, hence use it.
Prev. code also derived JNI lib path by the launcher's ApplicationInfo's nativeLibraryDir,
which might be different than the user package's nativeLibraryDir.
This is especially true, since the launcher may not hold any native libraries.
Diffstat (limited to 'make/scripts')
0 files changed, 0 insertions, 0 deletions