aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Maurer <mmaurer@google.com>2023-03-07 17:25:05 -0800
committerMatthew Maurer <mmaurer@google.com>2023-03-07 17:25:05 -0800
commit3233e4da6626c6d4cb42ed3b1438e8207c40dff9 (patch)
tree32f17cc080f4e26ad7ba9b6b462051aca4898b26
parent2ff1ffe072a0d5d9acbab423b3bd77d687f2700f (diff)
downloadunicode-width-3233e4da6626c6d4cb42ed3b1438e8207c40dff9.tar.gz
Make unicode-width available to product and vendor
Bug: 270690570 Test: mma in external/rust/crates Change-Id: I213bc0074c347af1b33a53ec4499b6765415c6d9
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 3576a75..cec614d 100644
--- a/Android.bp
+++ b/Android.bp
@@ -52,6 +52,8 @@ rust_library {
"//apex_available:platform",
"//apex_available:anyapex",
],
+ product_available: true,
+ vendor_available: true,
}
rust_test {