summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Fries <cfries@google.com>2017-06-23 18:00:53 -0500
committerChris Fries <cfries@google.com>2017-06-26 21:59:24 -0500
commit6c271154bcd482feff7d3c95cc95591ad1f3b96a (patch)
tree9a4753ad3a30f9216702aa2237dd7f59115de399
parent93a61da1e6caf7ed7c6ba935ead48f4f7fde4382 (diff)
downloadandroid_hardware_qcom_bootctrl-6c271154bcd482feff7d3c95cc95591ad1f3b96a.tar.gz
android_hardware_qcom_bootctrl-6c271154bcd482feff7d3c95cc95591ad1f3b96a.tar.bz2
android_hardware_qcom_bootctrl-6c271154bcd482feff7d3c95cc95591ad1f3b96a.zip
Android.mk: add sdm845
Bug: 62287998 Change-Id: Ia7df0c4e1070cdbf9040a1f95ac617b525d19c5f
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 9fd2d40..0be8dcb 100644
--- a/Android.mk
+++ b/Android.mk
@@ -1,6 +1,6 @@
# 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)),)
+ifneq ($(filter msm8996 msm8998 sdm845,$(TARGET_BOARD_PLATFORM)),)
LOCAL_PATH := $(call my-dir)
# HAL Shared library for the target. Used by libhardware.