summaryrefslogtreecommitdiff
path: root/srec/Vocabulary/Android.mk
diff options
context:
space:
mode:
authorIan Rogers <irogers@google.com>2014-06-05 18:46:05 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-06-05 18:46:05 +0000
commit540e7ee8dbf1d7ee72ef45c92efbebcb89bf6d1a (patch)
treef79e6de865348ee168c725ee9904f1db0a6f21ca /srec/Vocabulary/Android.mk
parent6b265bd4a12e7518a275dddf41c33279bea8e16b (diff)
parentcfb00d34cd42c488706577040eeda70f27fdac9f (diff)
downloadsrec-540e7ee8dbf1d7ee72ef45c92efbebcb89bf6d1a.tar.gz
Merge "Build on host as 32-bit as there are 64-bit bugs in this code."android-l-preview_r2l-preview
Diffstat (limited to 'srec/Vocabulary/Android.mk')
-rw-r--r--srec/Vocabulary/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/srec/Vocabulary/Android.mk b/srec/Vocabulary/Android.mk
index 5b3907c..7385cd6 100644
--- a/srec/Vocabulary/Android.mk
+++ b/srec/Vocabulary/Android.mk
@@ -54,6 +54,8 @@ LOCAL_SHARED_LIBRARIES := $(common_SHARED_LIBRARIES)
LOCAL_MODULE := $(common_TARGET)
+LOCAL_32_BIT_ONLY := true
+
include $(BUILD_HOST_SHARED_LIBRARY)