Make lazy_static available to product and vendor

Bug: 270690570

Test: mma in external/rust/crates
Change-Id: Ida7ceb97b873a3b1164fc2eec6f1e7f5e669c4b7
diff --git a/Android.bp b/Android.bp
index e1541b4..7e36313 100644
--- a/Android.bp
+++ b/Android.bp
@@ -67,8 +67,9 @@
     edition: "2015",
     apex_available: [
         "//apex_available:platform",
-        "//apex_available:anyapex"
+        "//apex_available:anyapex",
     ],
+    product_available: true,
     vendor_available: true,
     min_sdk_version: "29",
 }