Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 750f8f35 authored by Paul Duffin's avatar Paul Duffin Committed by Gerrit Code Review
Browse files

Merge "Fix TestClasspath to work without javaMockFS()"

parents 903a8a08 171de3ef
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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)