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:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user