summaryrefslogtreecommitdiff
path: root/apex/apex_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'apex/apex_test.go')
-rw-r--r--apex/apex_test.go6
1 files changed, 0 insertions, 6 deletions
diff --git a/apex/apex_test.go b/apex/apex_test.go
index 360c9fe3f..e1b0cf2da 100644
--- a/apex/apex_test.go
+++ b/apex/apex_test.go
@@ -4644,12 +4644,6 @@ func TestBootDexJarsFromSourcesAndPrebuilts(t *testing.T) {
// find the dex boot jar in it. We either need to disable the source libfoo
// or make the prebuilt libfoo preferred.
testDexpreoptWithApexes(t, bp, "module libfoo does not provide a dex boot jar", preparer, fragment)
- // dexbootjar check is skipped if AllowMissingDependencies is true
- preparerAllowMissingDeps := android.GroupFixturePreparers(
- preparer,
- android.PrepareForTestWithAllowMissingDependencies,
- )
- testDexpreoptWithApexes(t, bp, "", preparerAllowMissingDeps, fragment)
})
t.Run("prebuilt library preferred with source", func(t *testing.T) {