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

Commit a68100b1 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

Change-Id: I8f29ed0d17515bc9eae599ae058a8dd31b02e98b
parents 8eed2eae 9d2bd866
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"
    ]
}