Flash cache partition with cache.img by default.
Bug: 5153694 Change-Id: If322d13286e9b0f14877d1a4f03f6bd288ee71f3
This commit is contained in:
parent
db982b0660
commit
d7608a40d6
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue