commit | 14353b32f4b90692692f2fa9c0214393db8c9d46 | [log] [tgz] |
---|---|---|
author | Matthew Maurer <mmaurer@google.com> | Tue Mar 07 17:25:04 2023 -0800 |
committer | Matthew Maurer <mmaurer@google.com> | Tue Mar 07 17:25:04 2023 -0800 |
tree | f11c84d894f53d6a34e202d2158d1d2c4f74c372 | |
parent | b9cc5e3e19f6580fcf06fece8aadf0431a99986a [diff] |
Make unicode-normalization available to product and vendor Bug: 270690570 Test: mma in external/rust/crates Change-Id: Ia9b0bca637bf2b6f2c7dc242fd60992d1da9f072
diff --git a/Android.bp b/Android.bp index 882e46f..1aa08ab 100644 --- a/Android.bp +++ b/Android.bp
@@ -59,6 +59,8 @@ "//apex_available:platform", "com.android.resolv", ], + product_available: true, + vendor_available: true, min_sdk_version: "29", }