Revert "Dex verifier: Fix dependency for non-source builds"

This reverts commit 468db3b0f112db3400eb055b6753e03d3dda5c3a.

Reason for revert: broken build

Change-Id: I0a524f5ed660b6cad9adaac3a62047b4f16cb6de
diff --git a/tools/fuzzer/Android.bp b/tools/fuzzer/Android.bp
index fd4031a..fe86436 100644
--- a/tools/fuzzer/Android.bp
+++ b/tools/fuzzer/Android.bp
@@ -85,10 +85,6 @@
 // TODO(b/171429704): Remove this genrule and use the zip directly.
 genrule {
     name: "art_runtest_corpus",
-    defaults: [
-        // To allow the ART module to build correctly.
-        "art_module_source_build_defaults",
-    ],
     srcs: [":art-run-test-host-data-merged-tmp"],
     tool_files: ["create_corpus.py"],
     cmd: "$(location) $(in) $(genDir)",