From 06cf5dcce0f8e19b43b01cd5c5c65d5a67940e5b Mon Sep 17 00:00:00 2001 From: Hridya Valsaraju Date: Mon, 13 Aug 2018 21:49:39 -0700 Subject: [PATCH] Allow boot control HAL to be used in recovery Bug: 78793464 Test: make boot image and check if HAL is present in recovery Change-Id: I380220c9bd716062f58e4d675d6a5f7b9460b093 --- target/product/base_vendor.mk | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/target/product/base_vendor.mk b/target/product/base_vendor.mk index 8aa5b8b5d1..6ff271d78e 100644 --- a/target/product/base_vendor.mk +++ b/target/product/base_vendor.mk @@ -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 \