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

Commit 4ac177fc authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "[CrashRecovery] Compile tests for all architectures" into main

parents 2890d479 bde08e64
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -60,4 +60,8 @@ android_test {
        "mts-crashrecovery",
    ],
    min_sdk_version: "36",

    // Test coverage system runs on different devices. Need to
    // compile for all architecture.
    compile_multilib: "both",
}
+4 −0
Original line number Diff line number Diff line
@@ -58,6 +58,10 @@ android_test {
        "mts-crashrecovery",
    ],
    min_sdk_version: "36",

    // Test coverage system runs on different devices. Need to
    // compile for all architecture.
    compile_multilib: "both",
}

test_module_config {
+4 −0
Original line number Diff line number Diff line
@@ -55,4 +55,8 @@ android_test {
        "mts-crashrecovery",
    ],
    min_sdk_version: "36",

    // Test coverage system runs on different devices. Need to
    // compile for all architecture.
    compile_multilib: "both",
}