Merge "Allow java_test.go tests to use any Android.bp file"

am: 45656aacab

Change-Id: I087cf543b7bc534e39b40f9e06e13a15487af109
This commit is contained in:
Paul Duffin 2019-06-13 00:11:59 -07:00 committed by android-build-merger
commit e6cb60da57

View file

@ -212,7 +212,7 @@ func run(t *testing.T, ctx *android.TestContext, config android.Config) {
setDexpreoptTestGlobalConfig(config, dexpreopt.GlobalConfigForTests(pathCtx))
ctx.Register()
_, errs := ctx.ParseFileList(".", []string{"Android.bp", "prebuilts/sdk/Android.bp"})
_, errs := ctx.ParseBlueprintsFiles("Android.bp")
android.FailIfErrored(t, errs)
_, errs = ctx.PrepareBuildActions(config)
android.FailIfErrored(t, errs)