diff options
| author | Bill Yi <byi@google.com> | 2018-11-30 11:30:42 -0800 |
|---|---|---|
| committer | android-build-merger <android-build-merger@google.com> | 2018-11-30 11:30:42 -0800 |
| commit | 1da1459722a9d1d4ff7e6b8f5486b4f818d13943 (patch) | |
| tree | 8b3f6c35106d79e94827c391f62ad7e38e826ff9 | |
| parent | 75cc235bdc7017dcfee2effe1f52f386cf8a6294 (diff) | |
| parent | cae0f3bfa02afd07fda6783ed85e697971e014e4 (diff) | |
| download | android_hardware_qcom_bootctrl-1da1459722a9d1d4ff7e6b8f5486b4f818d13943.tar.gz android_hardware_qcom_bootctrl-1da1459722a9d1d4ff7e6b8f5486b4f818d13943.tar.bz2 android_hardware_qcom_bootctrl-1da1459722a9d1d4ff7e6b8f5486b4f818d13943.zip | |
Merge pi-qpr1-release PQ1A.181105.017.A1 to pi-platform-release
am: cae0f3bfa0
Change-Id: I3dccb694768577718321bcdd2c42796257465635
| -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 sdm845,$(TARGET_BOARD_PLATFORM)),) +ifneq ($(filter msm8996 msm8998 sdm845 sdm710,$(TARGET_BOARD_PLATFORM)),) LOCAL_PATH := $(call my-dir) # HAL Shared library for the target. Used by libhardware. |
