From 865c3bc5102d0e8f60d4ebd103faf7d1a7179d3e Mon Sep 17 00:00:00 2001 From: Hridya Valsaraju Date: Tue, 17 Jul 2018 21:26:24 -0700 Subject: [PATCH] Allow bootctrl hal to work in recovery Bug: 78793464 Test: Compiles, boot commands work Change-Id: Icd1dcd97bd03f070758ce945ddfdf2b13caf5ed4 --- boot/1.0/default/Android.bp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/boot/1.0/default/Android.bp b/boot/1.0/default/Android.bp index 6cfbf32eeb..67dee08694 100644 --- a/boot/1.0/default/Android.bp +++ b/boot/1.0/default/Android.bp @@ -2,7 +2,8 @@ cc_library_shared { name: "android.hardware.boot@1.0-impl", defaults: ["hidl_defaults"], relative_install_path: "hw", - vendor: true, + vendor_available: true, + recovery_available: true, srcs: ["BootControl.cpp"], shared_libs: [