Enable fs-verity after compilation by CompOS

fs-verity is enabled to the files in compos.info. Since test-compile
doesn't generate compos.info, this change doesn't really apply to
test-compile.

Bug: 272587415
Test: com.android.tests.odsign.CompOsSigningHostTest
Test: saw improvement with AVFHostTestCase#testBootWithCompOS
Change-Id: Iaff0f4acd2baba61d5cb647573c0115e9aa2213d
diff --git a/compos/composd/Android.bp b/compos/composd/Android.bp
index cee4b01..b0294dd 100644
--- a/compos/composd/Android.bp
+++ b/compos/composd/Android.bp
@@ -16,10 +16,13 @@
         "libbinder_rs",
         "libcompos_common",
         "libcomposd_native_rust",
+        "libfsverity_rs",
         "libminijail_rust",
         "libnix",
         "liblibc",
         "liblog_rust",
+        "libodsign_proto_rust",
+        "libprotobuf",
         "librustutils",
         "libshared_child",
         "libvmclient",