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

Commit bde08e64 authored by Harshit Mahajan's avatar Harshit Mahajan
Browse files

[CrashRecovery] Compile tests for all architectures

Bug: 397182559
Test: TH
Flag: EXEMPT not possible.
Change-Id: I36c613381e381baa02ac512fdb91da704a565d47
parent 2dd064df
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",
}