summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Paik <spaik@google.com>2017-04-29 02:58:10 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-04-29 02:58:10 +0000
commit5ef1ae23cbb15f279fb591b7d20affcab55e17a3 (patch)
tree6292a42db6b28e4fe47a954b4013fe1b30f4cf7c
parentdfe100e56d765d400665a817089a94e5b951427c (diff)
parent47284e8ce552cb090787a906d83dc0e0625921f3 (diff)
downloadkeymaster-5ef1ae23cbb15f279fb591b7d20affcab55e17a3.tar.gz
Separate auto build from rest of qcom
am: 47284e8ce5 Change-Id: I07c6946bc5e72b3f03585f6864629ead38143078
-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