diff --git a/java/sdk_test.go b/java/sdk_test.go index 50755cf89..37875a43b 100644 --- a/java/sdk_test.go +++ b/java/sdk_test.go @@ -353,6 +353,11 @@ func TestClasspath(t *testing.T) { } fixtureFactory := javaFixtureFactory.Extend( + FixtureWithPrebuiltApis(map[string][]string{ + "29": {}, + "30": {}, + "current": {}, + }), android.FixtureModifyProductVariables(func(variables android.FixtureProductVariables) { if testcase.unbundled { variables.Unbundled_build = proptools.BoolPtr(true)