diff options
| author | Chris Fries <cfries@google.com> | 2017-06-23 18:00:53 -0500 |
|---|---|---|
| committer | Chris Fries <cfries@google.com> | 2017-06-26 21:59:24 -0500 |
| commit | 6c271154bcd482feff7d3c95cc95591ad1f3b96a (patch) | |
| tree | 9a4753ad3a30f9216702aa2237dd7f59115de399 | |
| parent | 93a61da1e6caf7ed7c6ba935ead48f4f7fde4382 (diff) | |
| download | android_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.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |
