commit | ad521eeb14e643517dc5e8bcacc91f1fb5c22c59 | [log] [tgz] |
---|---|---|
author | Daniel Norman <danielnorman@google.com> | Fri May 08 16:22:59 2020 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri May 08 16:22:59 2020 +0000 |
tree | 046dc48e9bcd8dbdc8af4adcf4d10583baea8566 | |
parent | 18bbde16156da14d66eb93aa074aede17834ea45 [diff] | |
parent | b8e7f81af60992c55549360270c2c47466a03e84 [diff] |
Merge "Removes $(PRODUCT_OUT)/misc_info.txt on installclean."
diff --git a/ui/build/cleanbuild.go b/ui/build/cleanbuild.go index 0bcdccb..e1123e0 100644 --- a/ui/build/cleanbuild.go +++ b/ui/build/cleanbuild.go
@@ -104,6 +104,7 @@ productOut("*.img"), productOut("*.zip"), productOut("android-info.txt"), + productOut("misc_info.txt"), productOut("apex"), productOut("kernel"), productOut("data"),