summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorMahesh Kumar Sharma <smahesh@codeaurora.org>2015-08-01 00:12:39 -0700
committerMahesh Kumar Sharma <smahesh@codeaurora.org>2015-08-01 01:10:11 -0700
commit675d87c33ad8008f93b2f83b2db13a981a1321e7 (patch)
tree30df2b09f4434e332f3820909360b3db2c495b4c /Android.mk
parent0f0524e682782899b8566309ead3dd01848a6fca (diff)
downloadandroid_packages_apps_BluetoothExt-675d87c33ad8008f93b2f83b2db13a981a1321e7.tar.gz
android_packages_apps_BluetoothExt-675d87c33ad8008f93b2f83b2db13a981a1321e7.tar.bz2
android_packages_apps_BluetoothExt-675d87c33ad8008f93b2f83b2db13a981a1321e7.zip
Bluetooth: Disabling a4wp module and wbc lib dependency.
a4wp and wbc projects are not enabled on 8996 M. Disabling dependency on these projects to resolve compilation errors. Change-Id: I8aa4f623d8ad38a8bc21bf7d7349078006f674e4
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk
index 47f6259..a4e75a5 100644
--- a/Android.mk
+++ b/Android.mk
@@ -10,7 +10,7 @@ src_dirs:= src/org/codeaurora/bluetooth/btcservice \
#src/org/codeaurora/bluetooth/pxpservice
ifeq ($(BOARD_USES_WIPOWER),true)
- src_dirs += src/org/codeaurora/bluetooth/a4wp
+# src_dirs += src/org/codeaurora/bluetooth/a4wp
endif
LOCAL_SRC_FILES := \
@@ -22,7 +22,7 @@ LOCAL_CERTIFICATE := platform
LOCAL_JAVA_LIBRARIES := javax.obex
LOCAL_JAVA_LIBRARIES += telephony-common
ifeq ($(BOARD_USES_WIPOWER),true)
-LOCAL_JAVA_LIBRARIES += com.quicinc.wbc
+#LOCAL_JAVA_LIBRARIES += com.quicinc.wbc
endif
LOCAL_STATIC_JAVA_LIBRARIES := com.android.vcard