aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Maurer <mmaurer@google.com>2023-03-07 17:25:01 -0800
committerMatthew Maurer <mmaurer@google.com>2023-03-07 17:25:01 -0800
commit010a8153872f907d603218cd5a863599c43efb0a (patch)
treee5bc85614401fb43ff708f1683a2c457c9e2f937
parenta77df93fec1b865e952e7a931ea3cd129aca6a46 (diff)
downloadtokio-010a8153872f907d603218cd5a863599c43efb0a.tar.gz
Make tokio available to product and vendor
Bug: 270690570 Test: mma in external/rust/crates Change-Id: If6eb29c52d5430a64b5e6b296d10bd11c6fab716
-rw-r--r--Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 7d066e6..dc7e974 100644
--- a/Android.bp
+++ b/Android.bp
@@ -60,6 +60,7 @@ rust_library {
"com.android.resolv",
"com.android.uwb",
],
+ product_available: true,
vendor_available: true,
min_sdk_version: "29",
}