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

Commit 805ea838 authored by Christopher Ferris's avatar Christopher Ferris
Browse files

Move to new isolation test runner.

Test: Ran tests.
Change-Id: I1c226111d4667daded90320e1d2b944c5566d34f
parent 87b6cb49
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -54,12 +54,12 @@ cc_library_shared {
// -----------------------------------------------------------------------------
cc_test {
    name: "metricslogger_tests",
    isolated: true,
    defaults: ["metricslogger_defaults"],
    shared_libs: [
        "libbase",
        "libmetricslogger_debug",
    ],
    static_libs: ["libBionicGtestMain"],
    srcs: [
        "metrics_logger_test.cpp",
    ],