summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Gampe <agampe@google.com>2015-01-10 02:13:40 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-01-10 02:13:40 +0000
commit07f1fe622d6d0c84bd96480e7179087d9c16ab2b (patch)
tree2e70bbaf358a0ce72700374e043b5e87bb81daa9
parent2d55c82db6459c0ac8cffd9a0a279eb576c9b074 (diff)
parent1a416276b1ac638debb1f954247739350f064418 (diff)
downloadMusicVisualization-07f1fe622d6d0c84bd96480e7179087d9c16ab2b.tar.gz
Merge "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)