summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2019-05-24 19:51:26 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-05-24 19:51:26 -0700
commita6ba1147ab8d5bbf61c5ede8e6a58b752503e1fa (patch)
treec45906b8850cf1ed4e20bd7cfa3152e6b3729749
parent90e5c9c4c1cd88ee14f7c25be34cf5b7041d910f (diff)
parentd4e96c0bd552bd111513bb6239e4c71aacafadc3 (diff)
downloadbootctrl-a6ba1147ab8d5bbf61c5ede8e6a58b752503e1fa.tar.gz
Build bootctrl.msm8996 with Android.bp. am: e3818e1e44
am: d4e96c0bd5 Change-Id: Icc07b5630788165490ceeed7bd4b6849f5b34d2c
-rw-r--r--Android.mk5
1 files changed, 0 insertions, 5 deletions
diff --git a/Android.mk b/Android.mk
index 4b94b7a..e1794d5 100644
--- a/Android.mk
+++ b/Android.mk
@@ -1,8 +1,3 @@
-# Preset TARGET_USES_HARDWARE_QCOM_BOOTCTRL for existing platforms.
-ifneq ($(filter msm8996,$(TARGET_BOARD_PLATFORM)),)
-TARGET_USES_HARDWARE_QCOM_BOOTCTRL := true
-endif
-
ifeq ($(strip $(TARGET_USES_HARDWARE_QCOM_BOOTCTRL)),true)
# TODO: Find a better way to separate build configs for ADP vs non-ADP devices
ifneq ($(BOARD_IS_AUTOMOTIVE),true)