Flash cache partition with cache.img by default.

Bug: 5153694
Change-Id: If322d13286e9b0f14877d1a4f03f6bd288ee71f3
This commit is contained in:
Jean-Baptiste Queru 2011-09-30 14:39:25 -07:00
parent db982b0660
commit d7608a40d6
1 changed files with 2 additions and 0 deletions

View File

@ -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 {