Remove javaFixtureFactory
Replaces uses of javaFixtureFactory with prepareForJavaTest and removes the unused javaFixtureFactory. Bug: 182885307 Test: m nothing Change-Id: I809772d14af2af211b9e15ad676fbdc06b07cd46
This commit is contained in:
@@ -349,7 +349,8 @@ func TestClasspath(t *testing.T) {
|
||||
android.AssertPathsRelativeToTopEquals(t, "implicits", deps, javac.Implicits)
|
||||
}
|
||||
|
||||
fixtureFactory := javaFixtureFactory.Extend(
|
||||
fixtureFactory := android.GroupFixturePreparers(
|
||||
prepareForJavaTest,
|
||||
FixtureWithPrebuiltApis(map[string][]string{
|
||||
"29": {},
|
||||
"30": {},
|
||||
|
Reference in New Issue
Block a user