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

Commit fd9d4abb authored by Ryan Campbell's avatar Ryan Campbell Committed by android-build-merger
Browse files

Build target-side NFC test with coverage. am: 7da37f43 am: 9d2bd866

am: a68100b1

Change-Id: Ia46b5306ca3dc243e2ba51baf29b31946b87363c
parents f349a7b0 a68100b1
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -31,7 +31,11 @@ cc_test {
    ],
    static_libs: ["libgtest"],
    cflags: [
        "--coverage",
        "-O0",
        "-g",
    ],
    ldflags: [
        "--coverage"
    ]
}