Merge "Allow boot control HAL to be used in recovery" am: 23d924aee3

am: 8cd64a3b5a

Change-Id: Ib3ec5e452800b96bf586e6ba59f27f9d23a29710
This commit is contained in:
Hridya Valsaraju 2018-08-14 11:11:39 -07:00 committed by android-build-merger
commit 08f1e5f0b6
1 changed files with 6 additions and 0 deletions

View File

@ -23,6 +23,12 @@ PRODUCT_PACKAGES += \
shell_and_utilities_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.
PRODUCT_PACKAGES += \
android.hardware.cas@1.0-service \