summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk8
1 files changed, 6 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk
index cd2c3ae..52c1c79 100644
--- a/Android.mk
+++ b/Android.mk
@@ -1,3 +1,7 @@
-ifeq ($(call is-vendor-board-platform,QCOM),true)
+BT_VENDOR_PATH := $(call my-dir)
+
+ifeq ($(BT_VENDOR_PATH),$(call project-path-for,bt-vendor))
+
include $(call all-named-subdir-makefiles,libbt-vendor)
-endif # is-vendor-board-platform
+
+endif