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

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

Merge "Define otacerts.recovery" into main am: 713daec0

parents e2e22d17 713daec0
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -33,7 +33,13 @@ prebuilt_etc {
// image
otacerts_zip {
    name: "otacerts",
    recovery_available: true,
    relative_install_path: "security",
    filename: "otacerts.zip",
}

otacerts_zip {
    name: "otacerts.recovery",
    recovery: true,
    relative_install_path: "security",
    filename: "otacerts.zip",
}