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

Commit 969888c1 authored by Jahin Imtiaz's avatar Jahin Imtiaz Committed by Gerrit Code Review
Browse files

Merge "Opt out of gtest error if no binary found" into main

parents 25ad0cae 5c8a0f67
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.