commit | 312cd176033d5756e98af2da5cf7057dde3680b4 | [log] [tgz] |
---|---|---|
author | Matthew Maurer <mmaurer@google.com> | Tue Mar 07 17:25:05 2023 -0800 |
committer | Matthew Maurer <mmaurer@google.com> | Tue Mar 07 17:25:05 2023 -0800 |
tree | a56d56ffb52987fa7b8502500dd0912ab98e2278 | |
parent | af4da18ee6215f64d748c149bbedf1cc01289605 [diff] |
Make unicode-segmentation available to product and vendor Bug: 270690570 Test: mma in external/rust/crates Change-Id: If0cc7fd017c69578daf1f819fdcced074bebaec3
diff --git a/Android.bp b/Android.bp index 858aba0..3722a08 100644 --- a/Android.bp +++ b/Android.bp
@@ -52,4 +52,6 @@ "//apex_available:platform", "//apex_available:anyapex", ], + product_available: true, + vendor_available: true, }