Merge "Fix TestClasspath to work without javaMockFS()"
This commit is contained in:
commit
750f8f3515
|
@ -353,6 +353,11 @@ func TestClasspath(t *testing.T) {
|
||||||
}
|
}
|
||||||
|
|
||||||
fixtureFactory := javaFixtureFactory.Extend(
|
fixtureFactory := javaFixtureFactory.Extend(
|
||||||
|
FixtureWithPrebuiltApis(map[string][]string{
|
||||||
|
"29": {},
|
||||||
|
"30": {},
|
||||||
|
"current": {},
|
||||||
|
}),
|
||||||
android.FixtureModifyProductVariables(func(variables android.FixtureProductVariables) {
|
android.FixtureModifyProductVariables(func(variables android.FixtureProductVariables) {
|
||||||
if testcase.unbundled {
|
if testcase.unbundled {
|
||||||
variables.Unbundled_build = proptools.BoolPtr(true)
|
variables.Unbundled_build = proptools.BoolPtr(true)
|
||||||
|
|
Loading…
Reference in New Issue