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

Commit c59d10d9 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Define toolbox.recovery" into main am: e74001be

parents 6a734e6b e74001be
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -68,10 +68,16 @@ cc_defaults {
cc_binary {
    name: "toolbox",
    defaults: ["toolbox_binary_defaults"],
    recovery_available: true,
    vendor_ramdisk_available: true,
}

cc_binary {
    name: "toolbox.recovery",
    defaults: ["toolbox_binary_defaults"],
    recovery: true,
    stem: "toolbox",
}

cc_binary {
    name: "toolbox_vendor",
    stem: "toolbox",