summaryrefslogtreecommitdiff
authorXindong Xu <xindong.xu@amlogic.com>2017-12-22 02:57:20 (GMT)
committer Xindong Xu <xindong.xu@amlogic.com>2017-12-22 07:55:31 (GMT)
commit05304365c61d5f97d3ee00839d02fece2330aa26 (patch)
tree3fdb61d41e9f7f367aaafe19999cd2bac49d4e6c
parentc60f5d0fc34de518749d6300ff4bfe52131ee6d4 (diff)
downloadlibbt-05304365c61d5f97d3ee00839d02fece2330aa26.zip
libbt-05304365c61d5f97d3ee00839d02fece2330aa26.tar.gz
libbt-05304365c61d5f97d3ee00839d02fece2330aa26.tar.bz2
libbt: add BOARD_AML_VENDOR_PATH to LOCAL_C_INCLUDES path [12/24]
PD#157360 add BOARD_AML_VENDOR_PATH to LOCAL_C_INCLUDES path Change-Id: I9889b0ecf1573398c0896b87345221ae6672cd2e
Diffstat
-rw-r--r--Android.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 7d500ae..53cae4f 100644
--- a/Android.mk
+++ b/Android.mk
@@ -17,7 +17,8 @@ LOCAL_SRC_FILES := \
LOCAL_C_INCLUDES += \
$(LOCAL_PATH)/include \
$(BDROID_DIR)/hci/include \
- $(TOP)/vendor/amlogic/frameworks/services
+ $(TOP)/vendor/amlogic/frameworks/services \
+ $(TOP)/$(BOARD_AML_VENDOR_PATH)/frameworks/services
LOCAL_SHARED_LIBRARIES := \
libcutils \