aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Mertz <scott@cyngn.com>2015-11-06 14:38:26 -0800
committerMichael Bestas <mikeioannina@gmail.com>2017-01-02 02:01:48 +0200
commit09a180b5454c2b3bc1de70ef1f930c8a3dc485b2 (patch)
treeae1f4ccb1e1d584f6d39e55a2af1014be5b36abb
parent0c696a8f2bf8a1898ca8db5ca6962b39ce86c116 (diff)
downloadandroid_external_ant-wireless_ant_native-09a180b5454c2b3bc1de70ef1f930c8a3dc485b2.tar.gz
android_external_ant-wireless_ant_native-09a180b5454c2b3bc1de70ef1f930c8a3dc485b2.tar.bz2
android_external_ant-wireless_ant_native-09a180b5454c2b3bc1de70ef1f930c8a3dc485b2.zip
ant_native: use project pathmap
Change-Id: I581de02a6eb07caf3e9fd1643edcc9f3439c882f
-rw-r--r--src/bt-vendor_vfs/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bt-vendor_vfs/Android.mk b/src/bt-vendor_vfs/Android.mk
index 60d68cf..35d8dd8 100644
--- a/src/bt-vendor_vfs/Android.mk
+++ b/src/bt-vendor_vfs/Android.mk
@@ -20,7 +20,7 @@ LOCAL_CFLAGS := -g -c -W -Wall -O2
# needed to pull in the header file for libbt-vendor.so
BDROID_DIR:= system/bt
-QCOM_DIR:= hardware/qcom/bt/libbt-vendor
+QCOM_DIR:= $(call project-path-for,bt-vendor)/libbt-vendor
# Added hci/include to give access to the header for the libbt-vendorso interface.
LOCAL_C_INCLUDES := \