Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3f1ac704 authored by Devin Moore's avatar Devin Moore
Browse files

Change fastboot default impl to 'recovery: true'

It is needed to install in recovery according to bug.

Test: na
Bug: 266981597
Change-Id: I74f917d54ae7bec26fc4085e7b794916576fa4c2
parent 0d1d349b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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",