summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Gampe <agampe@google.com>2015-01-09 16:46:37 -0800
committerAndreas Gampe <agampe@google.com>2015-01-09 16:46:37 -0800
commit62911c0ec13071b1ebe8b331ba7ac257e658a624 (patch)
tree9f8125fcd3121524f312f264a0c3bb5c765a4a9f
parentd8f32caf891a089946bc9c0d1bdb8d04a12103f7 (diff)
downloadandroid_packages_wallpapers_HoloSpiral-62911c0ec13071b1ebe8b331ba7ac257e658a624.tar.gz
android_packages_wallpapers_HoloSpiral-62911c0ec13071b1ebe8b331ba7ac257e658a624.tar.bz2
android_packages_wallpapers_HoloSpiral-62911c0ec13071b1ebe8b331ba7ac257e658a624.zip
HoloSpiral: Force 32bit
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 e705ff4..fdcecea 100644
--- a/Android.mk
+++ b/Android.mk
@@ -25,4 +25,7 @@ LOCAL_PACKAGE_NAME := HoloSpiralWallpaper
LOCAL_CERTIFICATE := shared
LOCAL_SDK_VERSION := 14
+# Renderscript and sdk version < 21, 32bit only.
+LOCAL_MULTILIB := 32
+
include $(BUILD_PACKAGE)