forked from openkylin/platform_build
Merge "Allow boot control HAL to be used in recovery"
am: 23d924aee3
Change-Id: Ib867e5ae226a5b0b5511efcd764371c8870608e4
This commit is contained in:
commit
8cd64a3b5a
|
@ -23,6 +23,12 @@ PRODUCT_PACKAGES += \
|
||||||
shell_and_utilities_recovery \
|
shell_and_utilities_recovery \
|
||||||
watchdogd.recovery \
|
watchdogd.recovery \
|
||||||
|
|
||||||
|
ifeq ($(PRODUCT_USE_FASTBOOTD), true)
|
||||||
|
PRODUCT_PACKAGES += \
|
||||||
|
android.hardware.boot@1.0-impl.recovery \
|
||||||
|
bootctrl.default.recovery
|
||||||
|
endif
|
||||||
|
|
||||||
# Base modules and settings for the vendor partition.
|
# Base modules and settings for the vendor partition.
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
android.hardware.cas@1.0-service \
|
android.hardware.cas@1.0-service \
|
||||||
|
|
Loading…
Reference in New Issue