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

Commit 7da37f43 authored by Ryan Campbell's avatar Ryan Campbell Committed by Ruchi Kandoi
Browse files

Build target-side NFC test with coverage.

Instrument NFC test with coverage so that coverage can be collected
on NFC implementation.

Test: make vts
Change-Id: I30c082198a027bc02ecaaf3232ce5935010b398d
(cherry picked from commit 89aeb505)
parent be1badc3
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"
    ]
}