summaryrefslogtreecommitdiffstats
path: root/jni
diff options
context:
space:
mode:
authorGabriele M <moto.falcon.git@gmail.com>2015-11-27 00:03:18 +0100
committerSteve Kondik <shade@chemlab.org>2015-11-28 16:35:10 -0800
commitcc25472a9458d329e6495e10e1deda16e460cce2 (patch)
tree40c0f56043001b48e64c7238104c7f092fdb8162 /jni
parentf211677f324fb50151649b8420a774ba98705916 (diff)
downloadandroid_packages_apps_Bluetooth-cc25472a9458d329e6495e10e1deda16e460cce2.tar.gz
android_packages_apps_Bluetooth-cc25472a9458d329e6495e10e1deda16e460cce2.tar.bz2
android_packages_apps_Bluetooth-cc25472a9458d329e6495e10e1deda16e460cce2.zip
Bluetooth: Disable clang
Otherwise the jni crashes when sending files. Change-Id: I3a6ce547e67bfb24eda2b7ab12af15c99379acef
Diffstat (limited to 'jni')
-rw-r--r--jni/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/jni/Android.mk b/jni/Android.mk
index f4929c0c3..68ca6e7f9 100644
--- a/jni/Android.mk
+++ b/jni/Android.mk
@@ -2,6 +2,8 @@ LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
+LOCAL_CLANG := false
+
LOCAL_SRC_FILES:= \
com_android_bluetooth_btservice_AdapterService.cpp \
com_android_bluetooth_hfp.cpp \