aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:42:50 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:42:50 +0000
commit7b49354b3d1e75ded525673020a4d5861c276f68 (patch)
tree53f81d71546d9d73702e8954acbf367659ff6c07
parentec9339ca6d12ebf06a058d6dbc1aad16708771d8 (diff)
parentda7b4272fd00375c2a9e1fb74ea02250a44c77be (diff)
downloadcrc32fast-7b49354b3d1e75ded525673020a4d5861c276f68.tar.gz
Change-Id: Ie9d481f492f81d202628b668e29554f47d42f975
-rw-r--r--Android.bp2
-rw-r--r--TEST_MAPPING37
2 files changed, 20 insertions, 19 deletions
diff --git a/Android.bp b/Android.bp
index 616fb7b..9e1ffe5 100644
--- a/Android.bp
+++ b/Android.bp
@@ -83,4 +83,6 @@ rust_library {
"//apex_available:platform",
"com.android.virt",
],
+ product_available: true,
+ vendor_available: true,
}
diff --git a/TEST_MAPPING b/TEST_MAPPING
index a46d45f..13826ca 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -1,43 +1,42 @@
// Generated by update_crate_tests.py for tests that depend on this crate.
{
- "presubmit": [
+ "imports": [
{
- "name": "ZipFuseTest"
+ "path": "external/rust/crates/flate2"
},
{
- "name": "crc32fast_test_src_lib"
+ "path": "packages/modules/Virtualization/apkdmverity"
},
{
- "name": "libapkverify.integration_test"
+ "path": "packages/modules/Virtualization/avmd"
},
{
- "name": "libapkverify.test"
+ "path": "packages/modules/Virtualization/libs/apexutil"
},
{
- "name": "microdroid_manager_test"
+ "path": "packages/modules/Virtualization/libs/apkverify"
},
{
- "name": "virtualizationservice_device_test"
- }
- ],
- "presubmit-rust": [
- {
- "name": "ZipFuseTest"
+ "path": "packages/modules/Virtualization/microdroid_manager"
},
{
- "name": "crc32fast_test_src_lib"
+ "path": "packages/modules/Virtualization/virtualizationmanager"
},
{
- "name": "libapkverify.integration_test"
+ "path": "packages/modules/Virtualization/vm"
},
{
- "name": "libapkverify.test"
- },
+ "path": "packages/modules/Virtualization/zipfuse"
+ }
+ ],
+ "presubmit": [
{
- "name": "microdroid_manager_test"
- },
+ "name": "crc32fast_test_src_lib"
+ }
+ ],
+ "presubmit-rust": [
{
- "name": "virtualizationservice_device_test"
+ "name": "crc32fast_test_src_lib"
}
]
}