diff options
| author | Michael Bestas <mkbestas@lineageos.org> | 2017-12-21 04:03:01 +0200 |
|---|---|---|
| committer | Rashed Abdel-Tawab <rashed@linux.com> | 2018-08-06 22:41:52 -0700 |
| commit | 899e744e5ab336d4238d821214a68e252ae4c68a (patch) | |
| tree | 3ac1ff535e73f0042563fe4ffc2a1d58911958dd | |
| parent | 823aad091be8791e8499cffa055aa76a54b589aa (diff) | |
| download | build_soong-899e744e5ab336d4238d821214a68e252ae4c68a.tar.gz build_soong-899e744e5ab336d4238d821214a68e252ae4c68a.tar.bz2 build_soong-899e744e5ab336d4238d821214a68e252ae4c68a.zip | |
cleanbuild: add *.zip.md5sum to installclean_files
Change-Id: I9af8579f4acf5043375650ec4f7fadb66c0eb15e
| -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 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"), |
