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

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)