summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Paik <spaik@google.com>2017-04-28 15:45:26 -0700
committerSteve Paik <spaik@google.com>2017-04-28 15:55:46 -0700
commit332e8a1b7ab2a9cf80501c18c3f230ff1f860ed5 (patch)
tree4a3cb9959dbca3f6e1bbaf388354f49c49b0de30
parentc282b4fb576cd6e8611b23c3aec8139bfebd616d (diff)
downloadbt-332e8a1b7ab2a9cf80501c18c3f230ff1f860ed5.tar.gz
Separate auto build from rest of qcom
Bug: 37546074 Test: bat-userdebug builds Change-Id: I359a5df0d979ff8a76ad4f628885d1af1014a9e6
-rw-r--r--Android.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk
index ce4784c..c2d1878 100644
--- a/Android.mk
+++ b/Android.mk
@@ -1,5 +1,5 @@
-# adp8064 and fox box do not share BT code
-ifeq ($(filter adp8064 fox,$(TARGET_DEVICE)),)
+# TODO: Find a better way to separate build configs for ADP vs non-ADP devices
+ifneq ($(BOARD_IS_AUTOMOTIVE),true)
ifneq ($(filter msm8960 msm8x27 msm8226,$(TARGET_BOARD_PLATFORM)),)
include $(call all-named-subdir-makefiles,msm8960)
else