Merge "Fix TestClasspath to work without javaMockFS()" am: 750f8f3515

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1634635

Change-Id: I2d5c352c8df9e5c6dc83f7d28adffac1d5823cdc
This commit is contained in:
Paul Duffin
2021-03-19 11:27:25 +00:00
committed by Automerger Merge Worker

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)