aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2017-06-01 23:07:11 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-06-01 23:07:11 +0000
commitc9f71e2d4e561a436f5de148c08afd1c166d166b (patch)
treea66abaa4b4be5c2050856cff2aa46a8fa5d190e0
parent0ed44a15f38d2816d8eb545c721fbeb5938b84e2 (diff)
parentb7f88de4bbf90907c738ba616b02c39b4ac233b5 (diff)
downloadbuild_soong-c9f71e2d4e561a436f5de148c08afd1c166d166b.tar.gz
build_soong-c9f71e2d4e561a436f5de148c08afd1c166d166b.tar.bz2
build_soong-c9f71e2d4e561a436f5de148c08afd1c166d166b.zip
Have installclean remove android-info.txt again am: a18660d366
am: b7f88de4bb Change-Id: I0988ec365a044b489d989334065f2b79b2e66483
-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 8fe68e48..2967c3a6 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("android-info.txt"),
productOut("kernel"),
productOut("data"),
productOut("skin"),