summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManu Viswanadhan <manuv@codeaurora.org>2016-08-19 16:43:57 +0530
committerLinux Build Service Account <lnxbuild@localhost>2016-08-24 08:10:11 -0600
commit8fb103cddfa756e9b37ebb96ecab353e9489af06 (patch)
tree6f88a344a9beba8df92b6c1a241850c71a002b54
parent71dbaaafacd11a9e90d653ab82b7e52122328cfd (diff)
downloadandroid_system_bt-staging/cm-14.0-caf.tar.gz
android_system_bt-staging/cm-14.0-caf.tar.bz2
android_system_bt-staging/cm-14.0-caf.zip
Bluetooth: Including vendor HAL directory path for wearablesstaging/cm-14.0-caf
Including vendor HAL directory path for wearables Change-Id: I7e310bd08b5c75f4cd532d2feb2eea3635cd9a0d CRs-Fixed: 1056850
-rw-r--r--btif/Android.mk11
1 files changed, 9 insertions, 2 deletions
diff --git a/btif/Android.mk b/btif/Android.mk
index 4edbf4bdc..fb1046351 100644
--- a/btif/Android.mk
+++ b/btif/Android.mk
@@ -116,8 +116,15 @@ btifCommonIncludes := \
$(bluetooth_C_INCLUDES) \
$(TARGET_OUT_HEADERS)/bt/hci_qcomm_init/aptX \
external/tinyxml2 \
- external/zlib \
- vendor/qcom/opensource/bluetooth/hal/include
+ external/zlib
+
+ifneq ($(TARGET_SUPPORTS_WEARABLES),true)
+btifCommonIncludes += \
+ vendor/qcom/opensource/bluetooth/hal/include
+else
+btifCommonIncludes += \
+ device/qcom/msm8909w/opensource/bluetooth/hal/include
+endif
# libbtif static library for target
# ========================================================