aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Maurer <mmaurer@google.com>2023-03-07 17:24:58 -0800
committerMatthew Maurer <mmaurer@google.com>2023-03-07 17:24:58 -0800
commitcf6bfd0e8f434cfbf7d2948b7c7c41df27f33d09 (patch)
tree635ee5c32540d7f99f692a4a3b2fac295dab1115
parent51fcb01e24021fbfdefeda49fa7db3ee848bfe52 (diff)
downloadtextwrap-cf6bfd0e8f434cfbf7d2948b7c7c41df27f33d09.tar.gz
Make textwrap available to product and vendor
Bug: 270690570 Test: mma in external/rust/crates Change-Id: Id64b1c37083d8e3a70b7b9ab282e69acfca18cdc
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index aac613c..0eebfaa 100644
--- a/Android.bp
+++ b/Android.bp
@@ -31,4 +31,6 @@ rust_library {
"com.android.compos",
"com.android.virt",
],
+ product_available: true,
+ vendor_available: true,
}