aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Maurer <mmaurer@google.com>2023-03-07 17:23:24 -0800
committerMatthew Maurer <mmaurer@google.com>2023-03-07 17:23:24 -0800
commit972eeef8db6d54c273736c84e154f2d181412cc2 (patch)
treec582cd4a56d60253952c8c33beb566135f5fb6f5
parentb2486ad9e829b8b175ed96970ccc41d7167b748f (diff)
downloadatty-972eeef8db6d54c273736c84e154f2d181412cc2.tar.gz
Make atty available to product and vendor
Bug: 270690570 Test: mma in external/rust/crates Change-Id: Ia7b0857fe52b3be087b222e4f874e63554c3525c
-rw-r--r--Android.bp6
1 files changed, 6 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 70e0e91..8e8a16f 100644
--- a/Android.bp
+++ b/Android.bp
@@ -29,4 +29,10 @@ rust_library {
rustlibs: [
"liblibc",
],
+ apex_available: [
+ "//apex_available:platform",
+ "//apex_available:anyapex",
+ ],
+ product_available: true,
+ vendor_available: true,
}