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

Commit 713daec0 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Define otacerts.recovery" into main

parents f65a4a21 f51b5148
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",
}