commit | 2caf0a60f309cf2c9945c6656e401249bb4dc807 | [log] [tgz] |
---|---|---|
author | Ryan Campbell <ryanjcampbell@google.com> | Tue Feb 14 16:50:34 2017 -0800 |
committer | Ryan Campbell <ryanjcampbell@google.com> | Tue Feb 14 16:50:34 2017 -0800 |
tree | 58e3e09f93f69bb3add2be8d25958e499043302e | |
parent | b4eed6113ce553a82c9f411fe7b771ecf72f0c15 [diff] [blame] |
Remove coverage flags from tests. Remove unnecessary coverage flags from HAL tests. Bug: 32749731 Test: none Change-Id: I7e4e3bce2d9d444bfa8475c140bce2ee7e3b0c0d
diff --git a/tv/input/1.0/vts/functional/Android.bp b/tv/input/1.0/vts/functional/Android.bp index 979eb99..c327733 100644 --- a/tv/input/1.0/vts/functional/Android.bp +++ b/tv/input/1.0/vts/functional/Android.bp
@@ -31,13 +31,8 @@ ], static_libs: ["libgtest"], cflags: [ -// TODO: add --coverage when the segfault issue is fixed. -// "--coverage", "-O0", "-g", - ], -// ldflags: [ -// "--coverage" -// ] + ] }