Add the missing test_suites field to ZipFuseTest

update_crate_tests.py would add ZipFuseTest to the
TEST_MAPPING of crates {syn,futures-task,proc-macro2,libc}
However, due to no test_suites, it would failed TEST_MAPPING presubmit,
error msg "Missing test_suite setting for test: ZipFuseTest"

Bug: 187946695
Test: TH
Change-Id: Ieb94930f5cbe262bffefbca9a68257a31b66f144
diff --git a/zipfuse/Android.bp b/zipfuse/Android.bp
index ec409f9..845508c 100644
--- a/zipfuse/Android.bp
+++ b/zipfuse/Android.bp
@@ -32,6 +32,7 @@
     name: "ZipFuseTest",
     stem: "zipfuse.test",
     defaults: ["zipfuse.defaults"],
+    test_suites: ["general-tests"],
     compile_multilib: "first",
     rustlibs: [
         "libnix",