Merge "Enable the last fuzzer now the build is fixed."
diff --git a/Android.bp b/Android.bp
index 3be6ff8..74b99de 100644
--- a/Android.bp
+++ b/Android.bp
@@ -381,7 +381,6 @@
     name: "zlib_inflate_with_header_fuzzer",
     defaults: ["zlib_fuzz_defaults"],
     srcs: ["contrib/tests/fuzzers/inflate_with_header_fuzzer.cc"],
-    enabled: false, // TODO: fix the third_party/zlib #include
 }
 
 cc_fuzz {