Remove usages of FixtureFactory from misc packages
These packages have already been migrated to use per test build directory so have no need for a FixtureFactory. Bug: 183235980 Test: m nothing Change-Id: I667d1d992caaf0f615de91f89efdae11c44986c2
This commit is contained in:
@@ -26,8 +26,7 @@ func TestMain(m *testing.M) {
|
||||
os.Exit(m.Run())
|
||||
}
|
||||
|
||||
var bpfFactory = android.NewFixtureFactory(
|
||||
nil,
|
||||
var prepareForBpfTest = android.GroupFixturePreparers(
|
||||
cc.PrepareForTestWithCcDefaultModules,
|
||||
android.FixtureMergeMockFs(
|
||||
map[string][]byte{
|
||||
@@ -53,7 +52,7 @@ func TestBpfDataDependency(t *testing.T) {
|
||||
}
|
||||
`
|
||||
|
||||
bpfFactory.RunTestWithBp(t, bp)
|
||||
prepareForBpfTest.RunTestWithBp(t, bp)
|
||||
|
||||
// We only verify the above BP configuration is processed successfully since the data property
|
||||
// value is not available for testing from this package.
|
||||
|
Reference in New Issue
Block a user