summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Paik <spaik@google.com>2017-04-29 03:06:15 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-04-29 03:06:15 +0000
commite447cc1d55f863d153eeed9433266c75d4239e7d (patch)
tree6292a42db6b28e4fe47a954b4013fe1b30f4cf7c
parentdfe100e56d765d400665a817089a94e5b951427c (diff)
parent5ef1ae23cbb15f279fb591b7d20affcab55e17a3 (diff)
downloadkeymaster-e447cc1d55f863d153eeed9433266c75d4239e7d.tar.gz
Separate auto build from rest of qcom am: 47284e8ce5oreo-dr1-dev
am: 5ef1ae23cb Change-Id: I03e86e3fc4b414b9e8c21221634aabc8abd5c396
-rw-r--r--Android.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 5b5c168..d69d983 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)
LOCAL_PATH := $(call my-dir)
ifneq ($(filter msm8960 msm8084,$(TARGET_BOARD_PLATFORM)),)
@@ -32,3 +34,4 @@ LOCAL_MODULE_TAGS := optional
include $(BUILD_SHARED_LIBRARY)
endif # TARGET_BOARD_PLATFORM
+endif