commit | 8200a153a6e661b8136fc6b229eadfd5ec2e87e7 | [log] [tgz] |
---|---|---|
author | Polina Bondarenko <pbond@google.com> | Thu Dec 15 16:41:00 2016 +0100 |
committer | Polina Bondarenko <pbond@google.com> | Wed Dec 21 10:49:52 2016 +0100 |
tree | 9a527b7c248ce86ab293c3f8410848da021a577e | |
parent | ff40e1f5e8b191aa3c7287fa5e5de2ba0ccbe9af [diff] [blame] |
Build target-side Thermal test with coverage. Instrument Thermal test with coverage so that coverage can be collected on Thermal implementation. Test: make vts Change-Id: I01e4bdf42351034d5fa0a0ff32848f33e0db3980
diff --git a/thermal/1.0/vts/functional/Android.bp b/thermal/1.0/vts/functional/Android.bp index fedb760..bef7bc2 100644 --- a/thermal/1.0/vts/functional/Android.bp +++ b/thermal/1.0/vts/functional/Android.bp
@@ -31,8 +31,12 @@ ], static_libs: ["libgtest"], cflags: [ + "--coverage", "-O0", "-g", ], + ldflags: [ + "--coverage" + ] }