aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 01:04:33 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 01:04:33 +0000
commit878208dd9e15a34bb03630549c80388c6cf7f8de (patch)
tree1cf57cfa69603d277f18d377b8eaffea62b1fb31
parent9b3d51c7e33a86e475422bddd2af9eaca2b508c6 (diff)
parent2d9bc5253917da6c97b09ab71d1ec12f0a4bce23 (diff)
downloadshared_child-android14-mainline-resolv-release.tar.gz
Snap for 10447354 from 2d9bc5253917da6c97b09ab71d1ec12f0a4bce23 to mainline-resolv-releaseaml_res_341510000aml_res_341410010aml_res_341311030aml_res_341110000aml_res_340912000android14-mainline-resolv-release
Change-Id: I5d5ace7d6f32d18deec8b29d5acb98a069c26008
-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"
}
]
}