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
commitcca90e98d73b3e6a5d0531f119bf49783167129c (patch)
tree1cf57cfa69603d277f18d377b8eaffea62b1fb31
parent14eb7f0e449882e46ec7728376dc8917cfa4eccf (diff)
parent2d9bc5253917da6c97b09ab71d1ec12f0a4bce23 (diff)
downloadshared_child-android14-mainline-cellbroadcast-release.tar.gz
Change-Id: I86f61a12696f4a2b62d426f091344a61821e1e1a
-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"
}
]
}