Make openssl available to product and vendor

Bug: 270690570

Test: mma in external/rust/crates
Change-Id: I51b7f14a62b6f0161141d55d4fb80613abf14951
diff --git a/Android.bp b/Android.bp
index 4e9011c..85c5cd5 100644
--- a/Android.bp
+++ b/Android.bp
@@ -69,4 +69,5 @@
         "com.android.virt",
     ],
     vendor_available: true,
+    product_available: true,
 }