aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:44:55 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-07-07 04:44:55 +0000
commit2e96a03a60d07f3a0cefea0f294d47982dad4b08 (patch)
tree1cf57cfa69603d277f18d377b8eaffea62b1fb31
parent5e48a9778231537206f2268e04f4ad3b8cd2cb70 (diff)
parent2d9bc5253917da6c97b09ab71d1ec12f0a4bce23 (diff)
downloadshared_child-android14-mainline-art-release.tar.gz
Change-Id: I85fbfe55132b1a9e3b0cf0f9ec937a929a9180d6
-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"
}
]
}