aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:55:59 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:55:59 +0000
commit9f82450f224f0c66bde669fefc5f0bcbc5426e9a (patch)
tree1fa0b4cb0a6abad921b4b5442e09923fae2f1d56
parent29604a08a91c239ac3f2f3b06cdef2c8c4d37a61 (diff)
parent1a939c292bcd5aa641ddc8159ca01abdfa260535 (diff)
downloadtokio-test-9f82450f224f0c66bde669fefc5f0bcbc5426e9a.tar.gz
Snap for 10453563 from 1a939c292bcd5aa641ddc8159ca01abdfa260535 to mainline-ipsec-releaseaml_ips_341611000aml_ips_341510000aml_ips_340914280aml_ips_340914200aml_ips_340914000
Change-Id: I1a7fd3e2eef0363033c6a6c284a5f876e8b84e9b
-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"
}
],