summaryrefslogtreecommitdiffstats
path: root/core/clear_vars.mk
diff options
context:
space:
mode:
authorJack Palevich <jackpal@google.com>2010-06-18 15:38:07 +0800
committerJack Palevich <jackpal@google.com>2010-06-18 15:38:07 +0800
commita0ab29b986af30351efc2983faaf93bcbf040303 (patch)
treeb8617b1d29e578e0bb15c846773e0dc2739e1ad8 /core/clear_vars.mk
parent840182d8ad6f555ac28a26fccddb927319f40dfc (diff)
downloadbuild-a0ab29b986af30351efc2983faaf93bcbf040303.zip
build-a0ab29b986af30351efc2983faaf93bcbf040303.tar.gz
build-a0ab29b986af30351efc2983faaf93bcbf040303.tar.bz2
Add LOCAL_JNI_SHARED_LIBRARIES_ABI build variable.
LOCAL_JNI_SHARED_LIBRARIES_ABI allows individual APKs to specify specify the path where JNI shared libraries are stored in the APK. This is useful if you want to build an APK that supports a generic version of an ABI (e.g. armeabi) from a device configuration where TARGET_CPU_ABI is set to a more specific version of an ABI (e.g. armeabi-v7a.) Note that specifying the LOCAL_JNI_SHARED_LIBRARIES_ABI does not affect how the local JNI shared libraries are built. It just controls where the local JNI shared libraries are placed within the APK. Defaults to TARGET_CPU_ABI. Change-Id: I1cbb293e0c953688945fc147c7fc367421cf860b
Diffstat (limited to 'core/clear_vars.mk')
-rw-r--r--core/clear_vars.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/clear_vars.mk b/core/clear_vars.mk
index c37b43e..8edb4c3 100644
--- a/core/clear_vars.mk
+++ b/core/clear_vars.mk
@@ -79,6 +79,7 @@ LOCAL_COMPRESS_MODULE_SYMBOLS:=
LOCAL_STRIP_MODULE:=
LOCAL_POST_PROCESS_COMMAND:=true
LOCAL_JNI_SHARED_LIBRARIES:=
+LOCAL_JNI_SHARED_LIBRARIES_ABI:=
LOCAL_JAR_MANIFEST:=
LOCAL_INSTRUMENTATION_FOR:=
LOCAL_INSTRUMENTATION_FOR_PACKAGE_NAME:=