diff options
| author | 2021-03-19 11:08:35 +0000 | |
|---|---|---|
| committer | 2021-03-19 11:08:35 +0000 | |
| commit | 750f8f3515dfa5a8b1fc607fff0f01fa3e8cd07a (patch) | |
| tree | ca4c31b2ce3e00cd6ea4c020b65424951ef198f6 /java/sdk_test.go | |
| parent | 903a8a08aba5be71b8bea9eff18ff8acd18031a1 (diff) | |
| parent | 171de3ef7c891d542b907a9257252164de0dc989 (diff) | |
Merge "Fix TestClasspath to work without javaMockFS()"
Diffstat (limited to 'java/sdk_test.go')
| -rw-r--r-- | java/sdk_test.go | 5 |
1 files changed, 5 insertions, 0 deletions
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) |