summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Gampe <agampe@google.com>2015-01-10 02:26:26 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-01-10 02:26:26 +0000
commit0865636ed50e376eba714c6cc24eca98689e2ee2 (patch)
tree88bd8d70f4c43d40af40db7583f9d6ff552ab4b1
parentc519022d739b7ccc19fa151644af47af01283ee7 (diff)
parent07f1fe622d6d0c84bd96480e7179087d9c16ab2b (diff)
downloadMusicVisualization-0865636ed50e376eba714c6cc24eca98689e2ee2.tar.gz
am 07f1fe62: Merge "MusicVisualization: Force 32bit"
* commit '07f1fe622d6d0c84bd96480e7179087d9c16ab2b': MusicVisualization: Force 32bit
-rw-r--r--Android.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 5ac7356..78a8341 100644
--- a/Android.mk
+++ b/Android.mk
@@ -27,4 +27,7 @@ LOCAL_SDK_VERSION := 17
LOCAL_PROGUARD_FLAG_FILES := proguard.flags
+# Renderscript and sdk version < 21, 32bit only.
+LOCAL_MULTILIB := 32
+
include $(BUILD_PACKAGE)