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
commit897fa1c9b455a1e5fe29f7ddf675b8d688ced870 (patch)
treecf1b7682cc632b3d4b338f859c2fc28431990bfe
parentc35ebc846a44c7d05192d9537ea037ed46c29591 (diff)
downloadfutures-task-897fa1c9b455a1e5fe29f7ddf675b8d688ced870.tar.gz
Make futures-task available to product and vendor
Bug: 270690570 Test: mma in external/rust/crates Change-Id: I64d5203177e3e50227380ba45da0d9022c5a0186
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 3d65b55..fa41b4f 100644
--- a/Android.bp
+++ b/Android.bp
@@ -76,5 +76,7 @@ rust_library {
"com.android.resolv",
"com.android.virt",
],
+ product_available: true,
+ vendor_available: true,
min_sdk_version: "29",
}