Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 55ebecfe authored by Andreas Gampe's avatar Andreas Gampe Committed by Narayan Kamath
Browse files

Gallery2 : only build for 32-bit

Gallery2 depends on librsjni, which currently only builds for arm,
mips and x86.

(cherry picked from commit c9f714b6)

Change-Id: I7fd5363b453ca149bbd24e889f03a7bae6f4032e
parent 3d736418
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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)