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

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

Merge "Remove --coverage in Android.bp" am: 8cd0125d

am: 6439f344

Change-Id: I8a5f2071751984ff0ce400968d49781b247a5977
parents 4bbcb8f4 6439f344
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"
    ]
}