aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Maurer <mmaurer@google.com>2023-03-07 17:24:41 -0800
committerMatthew Maurer <mmaurer@google.com>2023-03-07 17:24:41 -0800
commit8f27db1d33f818e9558466fae4e6d25140981491 (patch)
tree084267d53b57db1d78c42363b0aec7e7583633d8
parent3833d03eab641aba628a452cb264c6cbb921f6d8 (diff)
downloadregex-automata-8f27db1d33f818e9558466fae4e6d25140981491.tar.gz
Make regex-automata available to product and vendor
Bug: 270690570 Test: mma in external/rust/crates Change-Id: I595364644d9374ef9d3690ad5966e9f01d4be57f
-rw-r--r--Android.bp6
1 files changed, 6 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 19545ce..a238a21 100644
--- a/Android.bp
+++ b/Android.bp
@@ -60,4 +60,10 @@ rust_library {
rustlibs: [
"libregex_syntax",
],
+ apex_available: [
+ "//apex_available:platform",
+ "//apex_available:anyapex",
+ ],
+ product_available: true,
+ vendor_available: true,
}