aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Maurer <mmaurer@google.com>2023-03-07 17:24:44 -0800
committerMatthew Maurer <mmaurer@google.com>2023-03-07 17:24:44 -0800
commit114597b8d4660c3710b242acec5bf6144c05a961 (patch)
tree7dd8cd91c57e22ec0e08ab5f4413073c4b45f8b6
parent8a30e286debe768cde647558d3e7f11a0b8c03b4 (diff)
downloadrustc-hash-114597b8d4660c3710b242acec5bf6144c05a961.tar.gz
Make rustc-hash available to product and vendor
Bug: 270690570 Test: mma in external/rust/crates Change-Id: I838f73897637c0ef10410eb82d834c7dfb01a0de
-rw-r--r--Android.bp6
1 files changed, 6 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index f2c723a..ae9e651 100644
--- a/Android.bp
+++ b/Android.bp
@@ -49,4 +49,10 @@ rust_library {
"default",
"std",
],
+ apex_available: [
+ "//apex_available:platform",
+ "//apex_available:anyapex",
+ ],
+ product_available: true,
+ vendor_available: true,
}