commit | 9383c2a6e7eae29d7d549d8abd1569e8ef408a07 | [log] [tgz] |
---|---|---|
author | Matthew Maurer <mmaurer@google.com> | Tue Mar 07 17:23:45 2023 -0800 |
committer | Matthew Maurer <mmaurer@google.com> | Tue Mar 07 17:23:45 2023 -0800 |
tree | 7a26fe7060121f06633afbf29cad40dbc58ae5e2 | |
parent | 86001b3c86e6e6472d9c71756895905b6e91db65 [diff] |
Make document-features available to product and vendor Bug: 270690570 Test: mma in external/rust/crates Change-Id: I852cf4bc18e439283d9d390c1b165fb85a9967e2
diff --git a/Android.bp b/Android.bp index c5a14fd..2066781 100644 --- a/Android.bp +++ b/Android.bp
@@ -50,4 +50,6 @@ rustlibs: [ "liblitrs", ], + product_available: true, + vendor_available: true, }