summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Paik <spaik@google.com>2017-04-29 03:06:12 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-04-29 03:06:12 +0000
commitd3a629806151b3843f75511823019d6ce03546a6 (patch)
tree4a3cb9959dbca3f6e1bbaf388354f49c49b0de30
parent7619a95c14f0b6997f553eb93332ac1e95b2203b (diff)
parente3c2d402b27b365c8c7466beac02f3d038d77342 (diff)
downloadbt-d3a629806151b3843f75511823019d6ce03546a6.tar.gz
Separate auto build from rest of qcom am: 332e8a1b7a
am: e3c2d402b2 Change-Id: I5bbead17f9c557ceca01dce929f8cee6f8d10746
-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