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

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

Change-Id: I6121de2aa92ccaa48880712feb12fa4d9e23179f
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:18:21 +00:00
committed by Automerger Merge Worker

View File

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