Merge "Pass results of Finder into Blueprint"

This commit is contained in:
Jeff Gaston
2017-11-09 03:07:36 +00:00
committed by Gerrit Code Review
3 changed files with 3 additions and 2 deletions

View File

@@ -116,7 +116,7 @@ func testCc(t *testing.T, bp string) *android.TestContext {
"bar.c": nil,
})
_, errs := ctx.ParseBlueprintsFiles("Android.bp")
_, errs := ctx.ParseFileList(".", []string{"Android.bp"})
failIfErrored(t, errs)
_, errs = ctx.PrepareBuildActions(config)
failIfErrored(t, errs)