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

Commit 3c5720a0 authored by Julien Desprez's avatar Julien Desprez Committed by Automerger Merge Worker
Browse files

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

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/native/+/14793754

Change-Id: I76cda97ff2c750e28f04fda2f5aea741a70ddaf8
parents 70d154a8 ce89e307
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 {