OSDN Git Service

Gallery2 : only build for 32-bit
authorAndreas Gampe <agampe@google.com>
Fri, 18 Apr 2014 22:50:07 +0000 (15:50 -0700)
committerNarayan Kamath <narayan@google.com>
Tue, 27 May 2014 11:00:11 +0000 (12:00 +0100)
Gallery2 depends on librsjni, which currently only builds for arm,
mips and x86.

(cherry picked from commit c9f714b65cdb05cef4797f30a42d006b80140aaf)

Change-Id: I7fd5363b453ca149bbd24e889f03a7bae6f4032e

Android.mk

index b814907..52d45ba 100644 (file)
@@ -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)