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
This commit is contained in:
Ryan Campbell
2016-11-18 13:34:31 -08:00
parent 17452436fb
commit 89aeb505fe

View File

@@ -31,7 +31,11 @@ cc_test {
],
static_libs: ["libgtest"],
cflags: [
"--coverage",
"-O0",
"-g",
],
ldflags: [
"--coverage"
]
}