Remove emptyFixtureFactory from apex and java
Bug: 183235980 Test: m nothing Change-Id: I350b45e2f57430fb158f4141a566e75de17208cd
This commit is contained in:
@@ -21,7 +21,7 @@ import (
|
||||
)
|
||||
|
||||
func TestPlatformCompatConfig(t *testing.T) {
|
||||
result := emptyFixtureFactory.RunTest(t,
|
||||
result := android.GroupFixturePreparers(
|
||||
PrepareForTestWithPlatformCompatConfig,
|
||||
android.FixtureWithRootAndroidBp(`
|
||||
platform_compat_config {
|
||||
@@ -34,7 +34,7 @@ func TestPlatformCompatConfig(t *testing.T) {
|
||||
name: "myconfig3",
|
||||
}
|
||||
`),
|
||||
)
|
||||
).RunTest(t)
|
||||
|
||||
checkMergedCompatConfigInputs(t, result, "myconfig",
|
||||
"out/soong/.intermediates/myconfig1/myconfig1_meta.xml",
|
||||
|
Reference in New Issue
Block a user