aboutsummaryrefslogtreecommitdiffstats
path: root/cmd
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2017-02-24 10:53:23 -0800
committerDan Willemsen <dwillemsen@google.com>2017-02-24 10:53:23 -0800
commitc38d366d787511506c227b63d873d643a150e3da (patch)
treefb2ca4d211b90dd8420a967dd75a65aa02960e6f /cmd
parent9383f82428131f638ba312fae11b4452d4ae0036 (diff)
downloadbuild_soong-c38d366d787511506c227b63d873d643a150e3da.tar.gz
build_soong-c38d366d787511506c227b63d873d643a150e3da.tar.bz2
build_soong-c38d366d787511506c227b63d873d643a150e3da.zip
Updates for the new ckati drop
We can start removing out directories again in multiproduct_kati, since the opendir bug has been fixed. Add --color_warnings to the Kati command line. Since this is different from Make, take this opportunity to reorder the command line to make more sense. This wasn't done before because kati forces a regen whenever the command line changes. Test: USE_SOONG_UI=true m -j blueprint_tools Change-Id: I5ad03359fbc16db482722946202297c1ae0f2b90
Diffstat (limited to 'cmd')
-rw-r--r--cmd/multiproduct_kati/main.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/cmd/multiproduct_kati/main.go b/cmd/multiproduct_kati/main.go
index 21d83834..d52c1692 100644
--- a/cmd/multiproduct_kati/main.go
+++ b/cmd/multiproduct_kati/main.go
@@ -181,8 +181,7 @@ func main() {
}
build.Build(product.ctx, product.config, buildWhat)
if !*keep {
- // TODO: kati aborts from opendir while setting up the find emulator
- //os.RemoveAll(product.config.OutDir())
+ os.RemoveAll(product.config.OutDir())
}
log.Println("Finished running for", product.config.TargetProduct())
}()