aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2017-06-01 14:23:36 -0700
committerDan Willemsen <dwillemsen@google.com>2017-06-01 22:49:47 +0000
commita18660d3662a65c83cb10dce5bad365d59861af2 (patch)
treea66abaa4b4be5c2050856cff2aa46a8fa5d190e0
parente427a40356c4e14960fd0265ad5d0efd64d8f85a (diff)
downloadbuild_soong-a18660d3662a65c83cb10dce5bad365d59861af2.tar.gz
build_soong-a18660d3662a65c83cb10dce5bad365d59861af2.tar.bz2
build_soong-a18660d3662a65c83cb10dce5bad365d59861af2.zip
Have installclean remove android-info.txt again
I removed *.txt from the installclean list yesterday, but it turns out that android-info.txt being removed was the only thing triggering system.prop to be rebuilt on the incremental build servers. So continue android-info.txt so that the version information in system.prop is correct. I'll follow this up with a more complicated change to make the system.prop generation depend on the build number/versions more directly, but that's a more complicated change since we need to change how the build number file is written. Bug: 62252890 Test: m ...intermediates/system.prop; m installclean; m ...intermediates/system.prop Change-Id: I25dd8ddd99f7b2c927a8cbfb7f1aca1dd3e82a82
-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"),