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 >>>)
1c8cbb54407b9c1d56626de80a796a395012a92c 19-Feb-2016 Aurimas Liutikas <aurimas@google.com> Fix a set of random warnings in frameworks/base/

Bug: 26936282
Change-Id: Ic411d7a1673503d5945f952ebf5a8be964bb54a4
/frameworks/base/core/tests/coretests/apks/install_jni_lib/com_android_frameworks_coretests_JNITest.cpp
76f6a86de25e1bf74717e047e55fd44b089673f3 19-Sep-2015 Daniel Micay <danielmicay@gmail.com> constify JNINativeMethod function pointer tables

Change-Id: I4036c924958221cbc644724f8eb01c5de3cd7954
/frameworks/base/core/tests/coretests/apks/install_jni_lib/com_android_frameworks_coretests_JNITest.cpp
dec4688f40b0018fbd1f00db05581966f531d88f 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
(cherry picked from commit ff193d642eea7128faad837d19e347cd25212c27)
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