summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2019-05-09 10:29:29 -0700
committerTao Bao <tbao@google.com>2019-05-09 14:01:23 -0700
commite28bad89bfd0efbcaf86099a77b809496ca6bab8 (patch)
treedc84a5f532d1e82f989bae599b87e7b3b981744d
parentaaa8a9b93d685990b6c328aec76027bbad305de8 (diff)
downloadbootctrl-e28bad89bfd0efbcaf86099a77b809496ca6bab8.tar.gz
Build bootctrl.msm8998 with Android.bp.
Bug: 34254109 Test: Sideload on walleye. Change-Id: I592901bb247b5ee7c02874f115b85e4193d4f663
-rw-r--r--Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index c5a9b16..986915b 100644
--- a/Android.mk
+++ b/Android.mk
@@ -1,5 +1,5 @@
# Preset TARGET_USES_HARDWARE_QCOM_BOOTCTRL for existing platforms.
-ifneq ($(filter msm8996 msm8998 sdm710,$(TARGET_BOARD_PLATFORM)),)
+ifneq ($(filter msm8996 sdm710,$(TARGET_BOARD_PLATFORM)),)
TARGET_USES_HARDWARE_QCOM_BOOTCTRL := true
endif