aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"
}
],