summaryrefslogtreecommitdiffstats
path: root/core/tests
diff options
context:
space:
mode:
authorDmitriy Ivanov <dimitry@google.com>2015-04-17 11:50:29 -0700
committerDmitriy Ivanov <dimitry@google.com>2015-04-17 11:50:29 -0700
commit811b7266fdc80a4529cf0c2024f865b4aa154270 (patch)
tree17f25ee1301f1b2ef5ab4c66b8cec7a6a4389eec /core/tests
parente5e49a175c27b95d6b8928ab435bfde9f9db3c81 (diff)
downloadframeworks_base-811b7266fdc80a4529cf0c2024f865b4aa154270.zip
frameworks_base-811b7266fdc80a4529cf0c2024f865b4aa154270.tar.gz
frameworks_base-811b7266fdc80a4529cf0c2024f865b4aa154270.tar.bz2
Remove LOCAL_JNI_SHARED_LIBRARIES_ZIP_OPTIONS
It is no longer needed. Change-Id: I1b5a58528507df35cc0792a18be5583e3605cbe0
Diffstat (limited to 'core/tests')
-rw-r--r--core/tests/coretests/apks/install_jni_lib_open_from_apk/Android.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/tests/coretests/apks/install_jni_lib_open_from_apk/Android.mk b/core/tests/coretests/apks/install_jni_lib_open_from_apk/Android.mk
index 5fa2405..6ee6ffa 100644
--- a/core/tests/coretests/apks/install_jni_lib_open_from_apk/Android.mk
+++ b/core/tests/coretests/apks/install_jni_lib_open_from_apk/Android.mk
@@ -5,7 +5,6 @@ LOCAL_SRC_FILES := $(call all-subdir-java-files)
LOCAL_PACKAGE_NAME := install_jni_lib_open_from_apk
-LOCAL_JNI_SHARED_LIBRARIES_ZIP_OPTIONS := -0
LOCAL_PAGE_ALIGN_JNI_SHARED_LIBRARIES := true
include $(FrameworkCoreTests_BUILD_PACKAGE)