Update test: true to mode: "test"
Test: CI Bug: 309990433 Change-Id: I31644510002560fd81c41fbe37f0872fc1135390
This commit is contained in:
parent
05585a9fa3
commit
0ab8a96dcf
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue