summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorAndreas Gampe <agampe@google.com>2014-04-18 15:50:07 -0700
committerAndreas Gampe <agampe@google.com>2014-04-18 15:50:07 -0700
commitc9f714b65cdb05cef4797f30a42d006b80140aaf (patch)
treec26c49d8606c75257c37b3ec5be416416fcab614 /Android.mk
parenta1ac650151176485d3fedb5ee598857f853a10a6 (diff)
downloadandroid_packages_apps_Gallery2-c9f714b65cdb05cef4797f30a42d006b80140aaf.tar.gz
android_packages_apps_Gallery2-c9f714b65cdb05cef4797f30a42d006b80140aaf.tar.bz2
android_packages_apps_Gallery2-c9f714b65cdb05cef4797f30a42d006b80140aaf.zip
Gallery2 : only build for 32-bit
Gallery2 depends on librsjni, which currently only builds for arm, mips and x86. Change-Id: I4fbf12f525941b75a7b47581db2ba43cf1abbbeb
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index b814907b4..52d45ba6b 100644
--- a/Android.mk
+++ b/Android.mk
@@ -37,6 +37,8 @@ LOCAL_JNI_SHARED_LIBRARIES := libjni_eglfence libjni_filtershow_filters librsjni
LOCAL_PROGUARD_FLAG_FILES := proguard.flags
+LOCAL_MULTILIB := 32
+
include $(BUILD_PACKAGE)
include $(call all-makefiles-under, jni)