Make atty available to product and vendor

Bug: 270690570

Test: mma in external/rust/crates
Change-Id: Ia7b0857fe52b3be087b222e4f874e63554c3525c
diff --git a/Android.bp b/Android.bp
index 70e0e91..8e8a16f 100644
--- a/Android.bp
+++ b/Android.bp
@@ -29,4 +29,10 @@
     rustlibs: [
         "liblibc",
     ],
+    apex_available: [
+        "//apex_available:platform",
+        "//apex_available:anyapex",
+    ],
+    product_available: true,
+    vendor_available: true,
 }