cleanbuild: add *.zip.sha256sum to installclean_files

Change-Id: I91f92349423eeb99e7e4521f6239baabe8b1314c
This commit is contained in:
Julian Veit 2021-05-04 07:57:50 +02:00 committed by Bartłomiej Rudecki
parent fee41a1895
commit a7671f2808
Signed by: przekichane
GPG key ID: 751F23C6F014EF76

View file

@ -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"),