diff options
Diffstat (limited to 'apex/classpath_element_test.go')
-rw-r--r-- | apex/classpath_element_test.go | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/apex/classpath_element_test.go b/apex/classpath_element_test.go index f8e889983..f3671743a 100644 --- a/apex/classpath_element_test.go +++ b/apex/classpath_element_test.go @@ -45,10 +45,7 @@ func TestCreateClasspathElements(t *testing.T) { prepareForTestWithPlatformBootclasspath, prepareForTestWithArtApex, prepareForTestWithMyapex, - // For otherapex. - android.FixtureMergeMockFs(android.MockFS{ - "system/sepolicy/apex/otherapex-file_contexts": nil, - }), + prepareForTestWithOtherapex, java.PrepareForTestWithJavaSdkLibraryFiles, java.FixtureWithLastReleaseApis("foo", "othersdklibrary"), java.FixtureConfigureApexBootJars("myapex:bar"), |