cleanbuild: add *.zip.sha256sum to installclean_files
Change-Id: I91f92349423eeb99e7e4521f6239baabe8b1314c
This commit is contained in:
parent
fee41a1895
commit
a7671f2808
1 changed files with 1 additions and 0 deletions
|
@ -125,6 +125,7 @@ func installClean(ctx Context, config Config) {
|
|||
hostCommonOut("obj/PACKAGING"),
|
||||
productOut("*.img"),
|
||||
productOut("*.zip"),
|
||||
productOut("*.zip.sha256sum"),
|
||||
productOut("android-info.txt"),
|
||||
productOut("misc_info.txt"),
|
||||
productOut("apex"),
|
||||
|
|
Loading…
Reference in a new issue