diff options
Diffstat (limited to 'Android.mk')
| -rw-r--r-- | Android.mk | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -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 |
