summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Android.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 2f641d6..9fd2d40 100644
--- a/Android.mk
+++ b/Android.mk
@@ -1,3 +1,5 @@
+# TODO: Find a better way to separate build configs for ADP vs non-ADP devices
+ifneq ($(BOARD_IS_AUTOMOTIVE),true)
ifneq ($(filter msm8996 msm8998,$(TARGET_BOARD_PLATFORM)),)
LOCAL_PATH := $(call my-dir)
@@ -25,3 +27,4 @@ LOCAL_MODULE := bootctrl.$(TARGET_BOARD_PLATFORM)
include $(BUILD_STATIC_LIBRARY)
endif
+endif