apkverify: Make the library available for host tools am: 1c32ed1788

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Virtualization/+/2102768

Change-Id: Ic0a2b09411b4e3f70a7c8e7aa9727e2c5f421cb5
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
diff --git a/libs/apkverify/Android.bp b/libs/apkverify/Android.bp
index 4c0e1f8..2445dd5 100644
--- a/libs/apkverify/Android.bp
+++ b/libs/apkverify/Android.bp
@@ -22,6 +22,8 @@
 rust_library {
     name: "libapkverify",
     defaults: ["libapkverify.defaults"],
+    // TODO(b/204562227): move to host_supported to the defaults to include tests
+    host_supported: true,
 }
 
 rust_test {