summaryrefslogtreecommitdiff
path: root/Android.mk
diff options
context:
space:
mode:
authorSteve Paik <spaik@google.com>2017-05-03 12:18:35 -0700
committerSteve Paik <spaik@google.com>2017-05-03 12:18:35 -0700
commitfa1c03c8d01721f81c2ca9b86142a6fce7f10924 (patch)
tree1d58a26fcc6271f8a47621711da3ec63ee4f5d39 /Android.mk
parentc2bf783e45ab5822d430d8609c6df5113171aa3c (diff)
downloadwlan-fa1c03c8d01721f81c2ca9b86142a6fce7f10924.tar.gz
Fix build for bee, gordon_peak, and owl
Bug: 37852218 Test: bee, gordon_peak, and owl are green Change-Id: I7e77b14ee9bbcb9c404be211f3a71639ba332ddb
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk
index 200eb36..b088223 100644
--- a/Android.mk
+++ b/Android.mk
@@ -1,4 +1,5 @@
-# TODO: Find a better way to separate build configs for ADP vs non-ADP devices
-ifneq ($(BOARD_IS_AUTOMOTIVE),true)
+# TODO: Fix this properly when b/37901207 is fixed
+#ifneq ($(BOARD_IS_AUTOMOTIVE),true)
+ifeq ($(filter bat,$(TARGET_DEVICE)),)
include $(call all-subdir-makefiles)
endif