mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 21:37:44 +00:00
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:
@@ -31,7 +31,11 @@ cc_test {
|
||||
],
|
||||
static_libs: ["libgtest"],
|
||||
cflags: [
|
||||
"--coverage",
|
||||
"-O0",
|
||||
"-g",
|
||||
],
|
||||
ldflags: [
|
||||
"--coverage"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user