aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:55:42 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:55:42 +0000
commit5a2d9b7360c21a5e70072c3c9d82654a6ad040f7 (patch)
tree1cf57cfa69603d277f18d377b8eaffea62b1fb31
parent9c0a8374630fc57ce7bf25dff499dd5f53834184 (diff)
parent2d9bc5253917da6c97b09ab71d1ec12f0a4bce23 (diff)
downloadshared_child-aml_ips_341611000.tar.gz
Snap for 10453563 from 2d9bc5253917da6c97b09ab71d1ec12f0a4bce23 to mainline-ipsec-releaseaml_ips_341611000aml_ips_341510000aml_ips_340914280aml_ips_340914200aml_ips_340914000
Change-Id: I6ab33677b6f19d6a5cd0136ab9877e6921d9a764
-rw-r--r--Android.bp2
-rw-r--r--TEST_MAPPING14
2 files changed, 10 insertions, 6 deletions
diff --git a/Android.bp b/Android.bp
index 60a4abd..54160b7 100644
--- a/Android.bp
+++ b/Android.bp
@@ -34,6 +34,8 @@ rust_library {
"com.android.compos",
"com.android.virt",
],
+ product_available: true,
+ vendor_available: true,
}
rust_test {
diff --git a/TEST_MAPPING b/TEST_MAPPING
index 078d2ff..84f8e99 100644
--- a/TEST_MAPPING
+++ b/TEST_MAPPING
@@ -1,19 +1,21 @@
// Generated by update_crate_tests.py for tests that depend on this crate.
{
- "presubmit": [
+ "imports": [
{
- "name": "shared_child_test_src_lib"
+ "path": "packages/modules/Virtualization/virtualizationmanager"
},
{
- "name": "virtualizationservice_device_test"
+ "path": "packages/modules/Virtualization/vm"
}
],
- "presubmit-rust": [
+ "presubmit": [
{
"name": "shared_child_test_src_lib"
- },
+ }
+ ],
+ "presubmit-rust": [
{
- "name": "virtualizationservice_device_test"
+ "name": "shared_child_test_src_lib"
}
]
}