diff options
author | Julian Veit <claymore1298@gmail.com> | 2021-05-04 07:57:50 +0200 |
---|---|---|
committer | alk3pInjection <webmaster@raspii.tech> | 2023-12-25 21:42:48 +0800 |
commit | 17121bc63d097235d4d699508bad6385437b5b4b (patch) | |
tree | 7334a5c49b1fd02628f6c700509c148f41e3cf7b | |
parent | 2bb4455f26b34840eace792408c5de36976a79a8 (diff) |
cleanbuild: add *.zip.sha256sum to installclean_files
Change-Id: I91f92349423eeb99e7e4521f6239baabe8b1314c
-rw-r--r-- | ui/build/cleanbuild.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/build/cleanbuild.go b/ui/build/cleanbuild.go index fd601772c..83118eaea 100644 --- a/ui/build/cleanbuild.go +++ b/ui/build/cleanbuild.go @@ -154,6 +154,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"), |