aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2017-05-31 17:22:22 -0700
committerDan Willemsen <dwillemsen@google.com>2017-05-31 17:26:34 -0700
commite427a40356c4e14960fd0265ad5d0efd64d8f85a (patch)
tree5d0b902ca397c32b1241890345463e073a4a6b21
parentd55aa7bdadda377d0fc1ffc8631ad8c913dd984f (diff)
downloadbuild_soong-e427a40356c4e14960fd0265ad5d0efd64d8f85a.tar.gz
build_soong-e427a40356c4e14960fd0265ad5d0efd64d8f85a.tar.bz2
build_soong-e427a40356c4e14960fd0265ad5d0efd64d8f85a.zip
Stop installcleaning $PRODUCT_OUT/*.{ini,txt,xlb}android-o-preview-3
For *.ini/*.txt files we should be recreating them as the instructions change, so we shouldn't need to remove them. The biggest reason to remove them is that the auto-installclean was removing $PRODUCT_OUT/build_fingerprint.txt just after Kati wrote it out, causing the fingerprint to be blank on builds where the auto installclean code ran. There's no reference to xlb in our tree, and it's been around since the beginning of git history, so remove it. Bug: 62224537 Test: lunch aosp_arm-eng; m nothing; lunch aosp_arm-userdebug; m -j nothing; check out/target/product/generic/build_fingerprint.txt Change-Id: Id391af5c7d95ea78e4e68fae294d8295fccb1964
-rw-r--r--ui/build/cleanbuild.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/ui/build/cleanbuild.go b/ui/build/cleanbuild.go
index 27b6d14c..8fe68e48 100644
--- a/ui/build/cleanbuild.go
+++ b/ui/build/cleanbuild.go
@@ -95,9 +95,6 @@ func installClean(ctx Context, config Config, what int) {
hostOut("testcases"),
hostOut("vts"),
productOut("*.img"),
- productOut("*.ini"),
- productOut("*.txt"),
- productOut("*.xlb"),
productOut("*.zip"),
productOut("kernel"),
productOut("data"),