| commit | b22bb8174b61403a17e205b8ee3f6f1fe9a0f550 | [log] [tgz] |
|---|---|---|
| author | Matthew Maurer <mmaurer@google.com> | Tue Mar 07 17:23:54 2023 -0800 |
| committer | Matthew Maurer <mmaurer@google.com> | Tue Mar 07 17:23:54 2023 -0800 |
| tree | 6c9ca47d3c63770fc72ea734ba23fc3da6cb6381 | |
| parent | 7e0a53c8e6473e7845f42d6c0143587943d7c9d6 [diff] |
Make futures-io available to product and vendor Bug: 270690570 Test: mma in external/rust/crates Change-Id: If5371862437f45193b170bd146f50fcb5ec4db1f
diff --git a/Android.bp b/Android.bp index c01106f..2dc15cd 100644 --- a/Android.bp +++ b/Android.bp
@@ -55,5 +55,7 @@ "com.android.resolv", "com.android.virt", ], + product_available: true, + vendor_available: true, min_sdk_version: "29", }