sdm845-common: Build bootctrl.sdm845 using Soong

This is required to build the recovery variant of the
same to be used by fastbootd.

Bug: 78793464
Test: make
Change-Id: I16eddcb853bda1a9969810f258884ebdbbfc1f5c
This commit is contained in:
Hridya Valsaraju
2018-08-21 21:22:37 -07:00
committed by LuK1337
parent 8937c5d867
commit 29e2cde762
3 changed files with 26 additions and 6 deletions

View File

@@ -56,6 +56,10 @@ PRODUCT_COPY_FILES += \
$(LOCAL_PATH)/audio/audio_policy_configuration.xml:system/etc/audio_policy_configuration.xml
# Boot control
PRODUCT_PACKAGES += \
android.hardware.boot@1.0-impl.recovery \
bootctrl.sdm845.recovery
PRODUCT_PACKAGES_DEBUG += \
bootctl
@@ -145,12 +149,6 @@ PRODUCT_PACKAGES += \
update_engine_sideload \
update_verifier
PRODUCT_STATIC_BOOT_CONTROL_HAL := \
bootctrl.sdm845 \
libcutils \
libgptutils.oneplus_sdm845.recovery \
libz \
PRODUCT_PACKAGES_DEBUG += \
update_engine_client