History log of /frameworks/base/core/tests/coretests/apks/install_jni_lib/com_android_frameworks_coretests_JNITest.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ff193d642eea7128faad837d19e347cd25212c27 01-Oct-2014 Dmitriy Ivanov <dimitry@google.com> Load libraries directly from apk

Introduced new 'extractNativeLibs' attribute to manifest/application.
Setting it to false prevents installer from extracting library from apk.

The default value for extractNativeLibs is true.

Bug: 8076853
Change-Id: I1aa2c039bb2a590ae72f256acc9ba5401c2c59b1
/frameworks/base/core/tests/coretests/apks/install_jni_lib/com_android_frameworks_coretests_JNITest.cpp
e64e0971475409533aec201e4f3d23b31f653217 09-Sep-2012 Kenny Root <kroot@google.com> Add a native library to test APKs

In order to make sure we have unpacking and deletion working, add a fake
JNI library to every APK.

This can be expanded in the future to make sure replacement is working
correctly as well.

Change-Id: I1ad04c61df9518429aa17795b8a9d3608791cd8e
/frameworks/base/core/tests/coretests/apks/install_jni_lib/com_android_frameworks_coretests_JNITest.cpp