summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Gampe <agampe@google.com>2015-01-09 16:47:39 -0800
committerRaj Yengisetty <rajesh@cyngn.com>2015-04-20 18:29:28 -0700
commit712cef458c5f06a94e7b49ebebaf9041127fd9ac (patch)
tree0282bcea0fe65562c014a61b18ea3a1950abc60b
parentf98f1c8b1c5bd9e2076348f59e263c47af04426f (diff)
downloadandroid_packages_wallpapers_NoiseField-stable/cm-12.0-YNG4N.tar.gz
android_packages_wallpapers_NoiseField-stable/cm-12.0-YNG4N.tar.bz2
android_packages_wallpapers_NoiseField-stable/cm-12.0-YNG4N.zip
This package contains older Renderscript code that can only run in 32bit mode. Change-Id: I12d9c174a3370c029f1bcbd8a927b1b3a7328ea7
-rw-r--r--Android.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 158a43a..822ad53 100644
--- a/Android.mk
+++ b/Android.mk
@@ -27,4 +27,7 @@ LOCAL_SDK_VERSION := 17
LOCAL_PROGUARD_FLAG_FILES := proguard.cfg
+# Renderscript and sdk version < 21, 32bit only.
+LOCAL_MULTILIB := 32
+
include $(BUILD_PACKAGE)