Run the Finder and make its results available to Kati

The Finder runs roughly 200ms faster than findleaves.py in aosp,
and runs roughly 400ms faster in internal master.

Bug: 64363847
Test: m -j

Change-Id: I62db8dacc90871e913576fe2443021fb1749a483
This commit is contained in:
Jeff Gaston
2017-08-04 12:30:12 -07:00
parent 16c04e0621
commit b64fc1cab5
8 changed files with 156 additions and 13 deletions

View File

@@ -19,6 +19,7 @@ bootstrap_go_package {
"soong-ui-logger",
"soong-ui-tracer",
"soong-shared",
"soong-finder",
],
srcs: [
"build.go",
@@ -27,6 +28,7 @@ bootstrap_go_package {
"context.go",
"environment.go",
"exec.go",
"finder.go",
"kati.go",
"make.go",
"ninja.go",