Merge "Make openssl available to product and vendor"
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,
 }