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

Commit ce89e307 authored by Julien Desprez's avatar Julien Desprez Committed by Android (Google) Code Review
Browse files

Merge "Do not run binderRpcTest automatically as unit tests" into sc-dev

parents 32cab9f9 8f12814a
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -156,6 +156,10 @@ cc_test {
    ],
    test_suites: ["general-tests"],
    require_root: true,
    // Prevent the unit test target from running on sc-dev as it's not ready.
    test_options: {
        unit_test: false,
    },
}

cc_benchmark {