diff options
Diffstat (limited to 'Android.mk')
| -rw-r--r-- | Android.mk | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +BT_VENDOR_PATH := $(call my-dir) + +ifeq ($(BT_VENDOR_PATH),$(call project-path-for,bt-vendor)) + ifeq ($(call is-vendor-board-platform,QCOM),true) include $(call all-named-subdir-makefiles,libbt-vendor) endif # is-vendor-board-platform + +endif |
