aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 01:20:29 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 01:20:29 +0000
commit1fc7c73b19a042a8af511c3482dba9fcdc89e572 (patch)
tree2c1be8f109c6a27735c1cdd6a9ce08c0ee54b98f
parent784ad2f587306fc704a05c7476a59243308c1358 (diff)
parent8e61727e7e2062ba11d5dc7cc133305121cef0e3 (diff)
downloadquickcheck-1fc7c73b19a042a8af511c3482dba9fcdc89e572.tar.gz
Change-Id: I2f798d9817a261403bbd7a7e61b771c69e7fed88
-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 649bbd9..a0a56ce 100644
--- a/Android.bp
+++ b/Android.bp
@@ -59,6 +59,12 @@ rust_library {
"liblog_rust",
"librand",
],
+ apex_available: [
+ "//apex_available:platform",
+ "//apex_available:anyapex",
+ ],
+ product_available: true,
+ vendor_available: true,
}
rust_test {
diff --git a/TEST_MAPPING b/TEST_MAPPING
index 470b30a..deb66d2 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -8,6 +8,9 @@
"path": "external/rust/crates/crc32fast"
},
{
+ "path": "external/rust/crates/flate2"
+ },
+ {
"path": "external/rust/crates/regex"
}
],