From ef0b8c7bbd444d1140e8606db1a8d38369f012fd Mon Sep 17 00:00:00 2001 From: Steve Kondik Date: Fri, 16 Oct 2015 21:29:05 -0700 Subject: bt-caf: Add guard makefile Change-Id: I89be4bd031c36ce698b7531e9fc66b53c9c13aec --- Android.mk | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- cgit v1.2.3