summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThierry Strudel <tstrudel@google.com>2018-05-18 08:35:34 -0700
committerandroid-build-merger <android-build-merger@google.com>2018-05-18 08:35:34 -0700
commit0bd8094c233f16f38a943b5ad1fa16d61f1ec4c1 (patch)
treef696a0dc2115747413b9be648bd67d9123b1d2d1
parentd2baf7e3552bcd31dc215958b006ebe2b32a8a04 (diff)
parentd87c2ee912a99b8e97f608139cf7bf98f6ae347c (diff)
downloadbt-0bd8094c233f16f38a943b5ad1fa16d61f1ec4c1.tar.gz
don't build libbt-vendor when vendor/ is missingandroid-wear-8.0.0_r2
am: d87c2ee912 Change-Id: I8f0aa05aaf4bb29764e7644db0ae526411648db5
-rw-r--r--Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index cd2c3ae..da21c67 100644
--- a/Android.mk
+++ b/Android.mk
@@ -1,3 +1,5 @@
ifeq ($(call is-vendor-board-platform,QCOM),true)
+ifneq ($(BUILD_WITHOUT_VENDOR),true)
include $(call all-named-subdir-makefiles,libbt-vendor)
+endif
endif # is-vendor-board-platform