Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 559915d4 authored by Zi Wang's avatar Zi Wang Committed by Automerger Merge Worker
Browse files

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

parents 7622538d 2b09495e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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 {