commit | 605b758dd6dbf19b145da89c13abae58482de6fd | [log] [tgz] |
---|---|---|
author | Matthew Maurer <[email protected]> | Tue Mar 07 17:23:22 2023 -0800 |
committer | Matthew Maurer <[email protected]> | Tue Mar 07 17:23:22 2023 -0800 |
tree | 4a4508ee12d5c294c974a9daa49840c9e7477e9d | |
parent | 542806003b9237a926f5b03b43b9ac6d2b0f7a3f [diff] [blame] |
Make async-stream-impl available to product and vendor Bug: 270690570 Test: mma in external/rust/crates Change-Id: I00ced0e74b69e415d438725e18f35fafc0feab5e
diff --git a/Android.bp b/Android.bp index 86e3496..0516029 100644 --- a/Android.bp +++ b/Android.bp
@@ -32,4 +32,6 @@ "libquote", "libsyn", ], + product_available: true, + vendor_available: true, }