From 71ae59412b6667210e11d3fb21971153ecbf3183 Mon Sep 17 00:00:00 2001 From: Paul Duffin Date: Mon, 22 Mar 2021 15:36:52 +0000 Subject: Remove javaFixtureFactory Replaces uses of javaFixtureFactory with prepareForJavaTest and removes the unused javaFixtureFactory. Bug: 182885307 Test: m nothing Change-Id: I809772d14af2af211b9e15ad676fbdc06b07cd46 --- java/hiddenapi_singleton_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'java/hiddenapi_singleton_test.go') diff --git a/java/hiddenapi_singleton_test.go b/java/hiddenapi_singleton_test.go index 12a85d59e..d6c6a2ddc 100644 --- a/java/hiddenapi_singleton_test.go +++ b/java/hiddenapi_singleton_test.go @@ -35,7 +35,8 @@ func fixtureSetPrebuiltHiddenApiDirProductVariable(prebuiltHiddenApiDir *string) }) } -var hiddenApiFixtureFactory = javaFixtureFactory.Extend(PrepareForTestWithHiddenApiBuildComponents) +var hiddenApiFixtureFactory = android.GroupFixturePreparers( + prepareForJavaTest, PrepareForTestWithHiddenApiBuildComponents) func TestHiddenAPISingleton(t *testing.T) { result := hiddenApiFixtureFactory.Extend( -- cgit v1.2.3-59-g8ed1b