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

Commit f2c402bf authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Remove coverage flags from tests."

parents 77e72739 2caf0a60
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -30,12 +30,8 @@ cc_test {
    ],
    static_libs: ["libgtest"],
    cflags: [
        "--coverage",
        "-O0",
        "-g",
    ],
    ldflags: [
        "--coverage"
    ]
}
+0 −4
Original line number Diff line number Diff line
@@ -30,11 +30,7 @@ cc_test {
    ],
    static_libs: ["libgtest"],
    cflags: [
        "--coverage",
        "-O0",
        "-g",
    ],
    ldflags: [
        "--coverage"
    ]
}
+1 −5
Original line number Diff line number Diff line
@@ -27,12 +27,8 @@ cc_test {
    ],
    static_libs: ["libgtest"],
    cflags: [
        "--coverage",
        "-O0",
        "-g",
    ],
    ldflags: [
        "--coverage",
    ],
    ]
}
+0 −4
Original line number Diff line number Diff line
@@ -31,11 +31,7 @@ cc_test {
    ],
    static_libs: ["libgtest"],
    cflags: [
        "--coverage",
        "-O0",
        "-g",
    ],
    ldflags: [
        "--coverage"
    ]
}
+1 −5
Original line number Diff line number Diff line
@@ -31,11 +31,7 @@ cc_test {
    ],
    static_libs: ["libgtest"],
    cflags: [
        "--coverage",
        "-O0",
        "-g",
    ],
    ldflags: [
        "--coverage",
    ],
    ]
}
Loading