Merge "Update test: true to mode: "test"" into main am: 2b09495e2a

Original change: https://android-review.googlesource.com/c/platform/build/+/2825611

Change-Id: Ic6439d47739e72cc7668f968922c2d119a6f93a7
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Zi Wang
2023-11-13 20:15:14 +00:00
committed by Automerger Merge Worker

View File

@@ -131,7 +131,7 @@ java_aconfig_library {
name: "aconfig_host_test_java_library",
aconfig_declarations: "aconfig.test.flags",
host_supported: true,
test: true,
mode: "test",
}
java_test_host {
@@ -187,7 +187,7 @@ rust_aconfig_library {
name: "libaconfig_test_rust_library_with_test_mode",
crate_name: "aconfig_test_rust_library",
aconfig_declarations: "aconfig.test.flags",
test: true,
mode: "test",
}
rust_test {