Mark "libfnv" available in our OEM APEXs

In our project there would be a lot of OEM APEXs and we don't know their name so prefix is used as supported in aosp/3223005. We have library libsdv_comms_rs which depends on libhttp and libhttp depends on libfnv.

Test: m

Bug: 342346986
Change-Id: Ica1e04ddb16cc884ae6dbf65a863f04c2ce46ff1
diff --git a/Android.bp b/Android.bp
index fcfffec..bba93c2 100644
--- a/Android.bp
+++ b/Android.bp
@@ -52,6 +52,7 @@
     apex_available: [
         "//apex_available:platform",
         "com.android.virt",
+        "com.sdv.*",
     ],
     product_available: true,
     vendor_available: true,