From 3f1ac704b7aa3b397e74dedeccf783803269ae93 Mon Sep 17 00:00:00 2001 From: Devin Moore Date: Sat, 28 Jan 2023 00:07:59 +0000 Subject: [PATCH] Change fastboot default impl to 'recovery: true' It is needed to install in recovery according to bug. Test: na Bug: 266981597 Change-Id: I74f917d54ae7bec26fc4085e7b794916576fa4c2 --- fastboot/aidl/default/Android.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastboot/aidl/default/Android.bp b/fastboot/aidl/default/Android.bp index 0c96b335c8..cb38dccfc0 100644 --- a/fastboot/aidl/default/Android.bp +++ b/fastboot/aidl/default/Android.bp @@ -26,7 +26,7 @@ cc_binary { name: "android.hardware.fastboot-service.example_recovery", init_rc: ["android.hardware.fastboot-service.example_recovery.rc"], vintf_fragments: ["android.hardware.fastboot-service.example.xml"], - recovery_available: true, + recovery: true, srcs: [ "Fastboot.cpp", "main.cpp",