summaryrefslogtreecommitdiffstats
path: root/core/tests
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2015-06-26 13:51:18 -0700
committerYing Wang <wangying@google.com>2015-06-26 13:51:18 -0700
commit559ea2fd8c8c979231ab78e2216effa818b2cc60 (patch)
treef87a5302ab8d0d8b359539466b9856ba7b716204 /core/tests
parent5da8ed16239c81c535afd01d91d68b6c2d96eff6 (diff)
downloadframeworks_base-559ea2fd8c8c979231ab78e2216effa818b2cc60.zip
frameworks_base-559ea2fd8c8c979231ab78e2216effa818b2cc60.tar.gz
frameworks_base-559ea2fd8c8c979231ab78e2216effa818b2cc60.tar.bz2
Remove the obsolete LOCAL_PAGE_ALIGN_JNI_SHARED_LIBRARIES
Change-Id: I08c2439bcab934e23c697b93aec47b2c7bcba037
Diffstat (limited to 'core/tests')
-rw-r--r--core/tests/coretests/apks/install_jni_lib_open_from_apk/Android.mk2
1 files changed, 0 insertions, 2 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 6ee6ffa..6b3b55e 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,6 +5,4 @@ LOCAL_SRC_FILES := $(call all-subdir-java-files)
LOCAL_PACKAGE_NAME := install_jni_lib_open_from_apk
-LOCAL_PAGE_ALIGN_JNI_SHARED_LIBRARIES := true
-
include $(FrameworkCoreTests_BUILD_PACKAGE)