aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 01:05:37 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 01:05:37 +0000
commit73ae3cc3dc173531af83110d619be267873b8fbf (patch)
tree1fa0b4cb0a6abad921b4b5442e09923fae2f1d56
parent7e7bf9111e3911f433e763acb659b214da252d83 (diff)
parent1a939c292bcd5aa641ddc8159ca01abdfa260535 (diff)
downloadtokio-test-73ae3cc3dc173531af83110d619be267873b8fbf.tar.gz
Change-Id: I9cb4e05df3732edd87cda84491fc5f39357e5971
-rw-r--r--Android.bp6
-rw-r--r--TEST_MAPPING3
2 files changed, 9 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index 43cb97d..e6b89ff 100644
--- a/Android.bp
+++ b/Android.bp
@@ -33,6 +33,12 @@ rust_library {
"libtokio",
"libtokio_stream",
],
+ apex_available: [
+ "//apex_available:platform",
+ "//apex_available:anyapex",
+ ],
+ product_available: true,
+ vendor_available: true,
}
rust_defaults {
diff --git a/TEST_MAPPING b/TEST_MAPPING
index f2e3379..04703e9 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -2,6 +2,9 @@
{
"imports": [
{
+ "path": "external/rust/crates/async-stream"
+ },
+ {
"path": "external/rust/crates/tokio"
}
],