aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2017-06-01 07:52:11 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-06-01 07:52:11 +0000
commit45c15cf41a8df127c6ccc01ec6cc8ea293083301 (patch)
tree6177ec8129acbe9a12dcb67a35f138423681f04a
parent48f2ffabb12cb99be30b8700453197e6f2021d00 (diff)
parent0ed44a15f38d2816d8eb545c721fbeb5938b84e2 (diff)
downloadbuild_soong-45c15cf41a8df127c6ccc01ec6cc8ea293083301.tar.gz
build_soong-45c15cf41a8df127c6ccc01ec6cc8ea293083301.tar.bz2
build_soong-45c15cf41a8df127c6ccc01ec6cc8ea293083301.zip
Stop installcleaning $PRODUCT_OUT/*.{ini,txt,xlb} am: e427a40356 am: 70bb9f0eeb
am: 0ed44a15f3 Change-Id: Ifbc7cb1ba3a88e826dbb0f0b690360dfce03110f
-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"),