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

Commit 84107a06 authored by Dan Willemsen's avatar Dan Willemsen
Browse files

Remove --coverage in Android.bp

It's no longer allowed now that Soong supports code coverage.

Bug: 32749731
Test: None
Change-Id: I09ef27983e0744543c3a6e1c0c73d69217dd582c
parent ff14eb32
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"
    ]
}