Merge "Fix TestClasspath to work without javaMockFS()"

This commit is contained in:
Paul Duffin 2021-03-19 11:08:35 +00:00 committed by Gerrit Code Review
commit 750f8f3515
1 changed files with 5 additions and 0 deletions

View File

@ -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)