summaryrefslogtreecommitdiff
path: root/java/java_test.go
diff options
context:
space:
mode:
author Jeff Gaston <jeffrygaston@google.com> 2017-11-09 03:07:36 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2017-11-09 03:07:36 +0000
commit99a5635733d45b30e4b38770e52243f3c46dac1e (patch)
treec4414c053c1f6b476fa8f45849ce16f344b74991 /java/java_test.go
parent1fa3ac552d3c55204520afad992280461f717228 (diff)
parentd3e141de80cff56fab9cadef83199030647b4d78 (diff)
Merge "Pass results of Finder into Blueprint"
Diffstat (limited to 'java/java_test.go')
-rw-r--r--java/java_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/java_test.go b/java/java_test.go
index 82eff1e93..e1c90ee13 100644
--- a/java/java_test.go
+++ b/java/java_test.go
@@ -134,7 +134,7 @@ func testJavaWithEnv(t *testing.T, bp string, env map[string]string) *android.Te
"prebuilts/sdk/test_current/framework.aidl": nil,
})
- _, errs := ctx.ParseBlueprintsFiles("Android.bp")
+ _, errs := ctx.ParseFileList(".", []string{"Android.bp"})
fail(t, errs)
_, errs = ctx.PrepareBuildActions(config)
fail(t, errs)