aboutsummaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorMichael Bestas <mkbestas@lineageos.org>2017-12-21 04:03:01 +0200
committerRashed Abdel-Tawab <rashed@linux.com>2018-08-06 22:41:52 -0700
commit899e744e5ab336d4238d821214a68e252ae4c68a (patch)
tree3ac1ff535e73f0042563fe4ffc2a1d58911958dd /ui
parent823aad091be8791e8499cffa055aa76a54b589aa (diff)
downloadbuild_soong-899e744e5ab336d4238d821214a68e252ae4c68a.tar.gz
build_soong-899e744e5ab336d4238d821214a68e252ae4c68a.tar.bz2
build_soong-899e744e5ab336d4238d821214a68e252ae4c68a.zip
cleanbuild: add *.zip.md5sum to installclean_files
Change-Id: I9af8579f4acf5043375650ec4f7fadb66c0eb15e
Diffstat (limited to 'ui')
-rw-r--r--ui/build/cleanbuild.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/build/cleanbuild.go b/ui/build/cleanbuild.go
index 24a8c7a8..d5a54f98 100644
--- a/ui/build/cleanbuild.go
+++ b/ui/build/cleanbuild.go
@@ -96,6 +96,7 @@ func installClean(ctx Context, config Config, what int) {
hostOut("vts"),
productOut("*.img"),
productOut("*.zip"),
+ productOut("*.zip.md5sum"),
productOut("android-info.txt"),
productOut("kernel"),
productOut("data"),