Move dataclean and installclean to soong_ui

This speeds things up a little bit, but the major win is that we don't
need to recursively call into the build during the auto installclean.

Test: m -j installclean
Test: m -j dataclean
Change-Id: I09ded8dbd8a2015c7848bc0042dfd3adad1b31c9
This commit is contained in:
Dan Willemsen
2017-05-18 15:29:04 -07:00
parent e121bbbb3b
commit f052f78b40
4 changed files with 220 additions and 88 deletions

View File

@@ -21,6 +21,7 @@ bootstrap_go_package {
],
srcs: [
"build.go",
"cleanbuild.go",
"config.go",
"context.go",
"environment.go",