Merge "Removes $(PRODUCT_OUT)/misc_info.txt on installclean."
This commit is contained in:
commit
ad521eeb14
1 changed files with 1 additions and 0 deletions
|
@ -104,6 +104,7 @@ func installClean(ctx Context, config Config, what int) {
|
|||
productOut("*.img"),
|
||||
productOut("*.zip"),
|
||||
productOut("android-info.txt"),
|
||||
productOut("misc_info.txt"),
|
||||
productOut("apex"),
|
||||
productOut("kernel"),
|
||||
productOut("data"),
|
||||
|
|
Loading…
Reference in a new issue