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

Commit d7608a40 authored by Jean-Baptiste Queru's avatar Jean-Baptiste Queru
Browse files

Flash cache partition with cache.img by default.

Bug: 5153694
Change-Id: If322d13286e9b0f14877d1a4f03f6bd288ee71f3
parent db982b06
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -88,6 +88,8 @@ char *find_item(const char *item, const char *product)
        fn = "system.img";
    } else if(!strcmp(item,"userdata")) {
        fn = "userdata.img";
    } else if(!strcmp(item,"cache")) {
        fn = "cache.img";
    } else if(!strcmp(item,"info")) {
        fn = "android-info.txt";
    } else {