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

Commit 95f42d7f authored by Jahin Imtiaz's avatar Jahin Imtiaz Committed by Automerger Merge Worker
Browse files

Merge "Opt out of gtest error if no binary found" into main am: 969888c1

parents 0b0dd5ad 969888c1
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -316,6 +316,12 @@ cc_test {
    test_options: {
        // Legacy VAB launched in Android R.
        min_shipping_api_level: 30,
        test_runner_options: [
            {
                name: "force-no-test-error",
                value: "false",
            },
        ],
    },
}

+9 −1
Original line number Diff line number Diff line
@@ -249,6 +249,14 @@ cc_test {
    test_suites: [
        "device-tests",
    ],
    test_options: {
        test_runner_options: [
            {
                name: "force-no-test-error",
                value: "false",
            },
        ],
    },
}

// vts tests cannot be host_supported.