summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteve Kondik <steve@cyngn.com>2015-10-16 21:29:05 -0700
committerSteve Kondik <steve@cyngn.com>2015-10-16 21:29:20 -0700
commitef0b8c7bbd444d1140e8606db1a8d38369f012fd (patch)
treea8b054cbc3f803babfd4f6bac46fe71b0873720e
parent3296ccfd4b84a3d2c91334e7252165c124b7513b (diff)
downloadandroid_hardware_qcom_bt-ef0b8c7bbd444d1140e8606db1a8d38369f012fd.tar.gz
android_hardware_qcom_bt-ef0b8c7bbd444d1140e8606db1a8d38369f012fd.tar.bz2
android_hardware_qcom_bt-ef0b8c7bbd444d1140e8606db1a8d38369f012fd.zip
bt-caf: Add guard makefile
Change-Id: I89be4bd031c36ce698b7531e9fc66b53c9c13aec
-rw-r--r--Android.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index cd2c3ae..afac655 100644
--- a/Android.mk
+++ b/Android.mk
@@ -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