commit | 6a357e9a5803dff8c5b802f3021605db67bb849a | [log] [tgz] |
---|---|---|
author | Julian Veit <claymore1298@gmail.com> | Tue May 04 07:57:50 2021 +0200 |
committer | micky387 <mickaelsaibi@free.fr> | Tue Sep 10 22:30:05 2024 -0400 |
tree | eb7f778ebbad45606961dd7e05425c2d023bad80 | |
parent | dfb0d744e2043248a794cbfd13571a9726e45010 [diff] |
cleanbuild: add *.zip.sha256sum to installclean_files Change-Id: I91f92349423eeb99e7e4521f6239baabe8b1314c
diff --git a/ui/build/cleanbuild.go b/ui/build/cleanbuild.go index 41cb5ab..251c955 100644 --- a/ui/build/cleanbuild.go +++ b/ui/build/cleanbuild.go
@@ -125,6 +125,7 @@ hostCommonOut("obj/PACKAGING"), productOut("*.img"), productOut("*.zip"), + productOut("*.zip.sha256sum"), productOut("android-info.txt"), productOut("misc_info.txt"), productOut("apex"),