summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Gampe <agampe@google.com>2015-01-10 02:13:52 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-01-10 02:13:52 +0000
commit83ce967f34f1b099fafef55d5c23ba4aea78dd64 (patch)
treeab52c5e83579585a904e058d1691a99cbaa8b2bb
parent23b377b33e19186281770009e688247873b2cbc6 (diff)
parent789126b9ad2ced4535c720118f70fa87fc1f9a9a (diff)
downloadandroid_packages_wallpapers_Galaxy4-83ce967f34f1b099fafef55d5c23ba4aea78dd64.tar.gz
android_packages_wallpapers_Galaxy4-83ce967f34f1b099fafef55d5c23ba4aea78dd64.tar.bz2
android_packages_wallpapers_Galaxy4-83ce967f34f1b099fafef55d5c23ba4aea78dd64.zip
Merge "Galaxy4: Force 32bit"
-rw-r--r--Android.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index d52de4b..f5f12c8 100644
--- a/Android.mk
+++ b/Android.mk
@@ -27,4 +27,7 @@ LOCAL_SDK_VERSION := 14
LOCAL_PROGUARD_FLAG_FILES := proguard.cfg
+# Renderscript and sdk version < 21, 32bit only.
+LOCAL_MULTILIB := 32
+
include $(BUILD_PACKAGE)