aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:53:04 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:53:04 +0000
commit1a762350d79d0f0f7717940bc4203e73c93ea703 (patch)
tree1fa0b4cb0a6abad921b4b5442e09923fae2f1d56
parentb64a13fdcc15e91068e9b578a217b258b1ef8c44 (diff)
parent1a939c292bcd5aa641ddc8159ca01abdfa260535 (diff)
downloadtokio-test-aml_doc_341012000.tar.gz
Snap for 10453563 from 1a939c292bcd5aa641ddc8159ca01abdfa260535 to mainline-documentsui-releaseaml_doc_341713000aml_doc_341610010aml_doc_341510050aml_doc_341312010aml_doc_341112000aml_doc_341012000aml_doc_340916000
Change-Id: Ic34006e7867e60292dba59b399b7fc88186c487b
-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"
}
],