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

Commit 6439f344 authored by Dan Willemsen's avatar Dan Willemsen Committed by android-build-merger
Browse files

Merge "Remove --coverage in Android.bp"

am: 8cd0125d

Change-Id: I64c14bbb96b132b3b26d6d61a11e4c8cf84bd161
parents 028ce013 8cd0125d
Loading
Loading
Loading
Loading
+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",
    ],
}
+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"
    ]
}
+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"
    ]
}
+0 −4
Original line number Diff line number Diff line
@@ -40,11 +40,7 @@ cc_test {
    ],
    static_libs: ["libgtest"],
    cflags: [
        "--coverage",
        "-O0",
        "-g",
    ],
    ldflags: [
        "--coverage"
    ]
}