commit | 6a7c3a73df46e3e9a791abd6d8340795cdde72bc | [log] [tgz] |
---|---|---|
author | Julian Veit <claymore1298@gmail.com> | Tue May 04 07:57:50 2021 +0200 |
committer | Michael Bestas <mkbestas@lineageos.org> | Sat Oct 19 18:36:10 2024 +0300 |
tree | fadb1ab621953f6bee4174b5d701e01a15ed370a | |
parent | 2bcd842b6efc12ac26ee0ba827e8182b45bb8eb1 [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"),