aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2017-06-01 23:16:06 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-06-01 23:16:06 +0000
commitecebb8679faa63b54ecad7fc87e5d6e41dff0f32 (patch)
tree12ddb4354ba5c4bda7e8ca8a82b6ba9091ac3525
parentf8060465f18dcf04a111f8b670fa0a0f9aa0f9f3 (diff)
parentc9f71e2d4e561a436f5de148c08afd1c166d166b (diff)
downloadbuild_soong-ecebb8679faa63b54ecad7fc87e5d6e41dff0f32.tar.gz
build_soong-ecebb8679faa63b54ecad7fc87e5d6e41dff0f32.tar.bz2
build_soong-ecebb8679faa63b54ecad7fc87e5d6e41dff0f32.zip
Have installclean remove android-info.txt again am: a18660d366 am: b7f88de4bb
am: c9f71e2d4e Change-Id: Ie56d75c50fc5a8bfa5266b89d6743e69518f8a33
-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"),