diff options
author | 2021-03-20 00:36:55 +0000 | |
---|---|---|
committer | 2021-03-22 18:31:53 +0000 | |
commit | 89648f98faf46f4c9ae2b084167a79f7da2df567 (patch) | |
tree | 38c2561883b220b1ee671748d17c1657c42a77c9 /sdk/cc_sdk_test.go | |
parent | 30ac3e7ca75106d7f883558c46501296d4bffcfc (diff) |
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
Diffstat (limited to 'sdk/cc_sdk_test.go')
-rw-r--r-- | sdk/cc_sdk_test.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sdk/cc_sdk_test.go b/sdk/cc_sdk_test.go index a2539c9a0..9626a047e 100644 --- a/sdk/cc_sdk_test.go +++ b/sdk/cc_sdk_test.go @@ -808,7 +808,8 @@ module_exports_snapshot { } func TestSnapshotWithSingleHostOsType(t *testing.T) { - result := sdkFixtureFactory.Extend( + result := android.GroupFixturePreparers( + prepareForSdkTest, ccTestFs.AddToFixture(), cc.PrepareForTestOnLinuxBionic, android.FixtureModifyConfig(func(config android.Config) { |