summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorNarayan Kamath <narayan@google.com>2014-05-07 11:20:06 +0100
committerNarayan Kamath <narayan@google.com>2014-05-07 11:20:06 +0100
commit05a3b3562d1f114c5b9875ddfea5d913575ecaf0 (patch)
tree26387499159063f34b623e84ea81a9e1a7384084 /Android.mk
parentb17782509bd34201cf0daa62dadc929d65eb98b0 (diff)
downloadandroid_packages_apps_Bluetooth-05a3b3562d1f114c5b9875ddfea5d913575ecaf0.tar.gz
android_packages_apps_Bluetooth-05a3b3562d1f114c5b9875ddfea5d913575ecaf0.tar.bz2
android_packages_apps_Bluetooth-05a3b3562d1f114c5b9875ddfea5d913575ecaf0.zip
Fix build: Build Bluetooth as a 32 bit app.
external/bluetooth/bluedroid does not compile for 64 bit targets. Change-Id: If7db429690c13bd9156f98b110930f4c9ca0b2c7
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index c6cfd2037..0ef513e9d 100644
--- a/Android.mk
+++ b/Android.mk
@@ -14,6 +14,7 @@ LOCAL_JAVA_LIBRARIES := javax.obex telephony-common mms-common
LOCAL_STATIC_JAVA_LIBRARIES := com.android.vcard
LOCAL_REQUIRED_MODULES := bluetooth.default
+LOCAL_MULTILIB := 32
LOCAL_PROGUARD_ENABLED := disabled