aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Maurer <mmaurer@google.com>2023-03-07 17:23:55 -0800
committerMatthew Maurer <mmaurer@google.com>2023-03-07 17:23:55 -0800
commit80e76f48dd008a6036817e72360ea821f32c0c31 (patch)
tree1ba95e3fd1bdae7a7fd9402fbe59779f1b358239
parent03433bff1e11ae6759ae5734eb2836a84aec8144 (diff)
downloadfutures-sink-80e76f48dd008a6036817e72360ea821f32c0c31.tar.gz
Make futures-sink available to product and vendor
Bug: 270690570 Test: mma in external/rust/crates Change-Id: Ie00832674aa28dc810ca15ced976b86a6b00abb3
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index af8f5a9..e394f70 100644
--- a/Android.bp
+++ b/Android.bp
@@ -56,5 +56,7 @@ rust_library {
"com.android.resolv",
"com.android.virt",
],
+ product_available: true,
+ vendor_available: true,
min_sdk_version: "29",
}