Remove coverage flags from tests.
Remove unnecessary coverage flags from HAL tests. Bug: 32749731 Test: none Change-Id: I7e4e3bce2d9d444bfa8475c140bce2ee7e3b0c0d
This commit is contained in:
parent
b4eed6113c
commit
2caf0a60f3
13 changed files with 5 additions and 58 deletions
|
@ -30,12 +30,8 @@ cc_test {
|
|||
],
|
||||
static_libs: ["libgtest"],
|
||||
cflags: [
|
||||
"--coverage",
|
||||
"-O0",
|
||||
"-g",
|
||||
],
|
||||
ldflags: [
|
||||
"--coverage"
|
||||
]
|
||||
}
|
||||
|
||||
|
|
|
@ -30,11 +30,7 @@ cc_test {
|
|||
],
|
||||
static_libs: ["libgtest"],
|
||||
cflags: [
|
||||
"--coverage",
|
||||
"-O0",
|
||||
"-g",
|
||||
],
|
||||
ldflags: [
|
||||
"--coverage"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -27,12 +27,8 @@ cc_test {
|
|||
],
|
||||
static_libs: ["libgtest"],
|
||||
cflags: [
|
||||
"--coverage",
|
||||
"-O0",
|
||||
"-g",
|
||||
],
|
||||
ldflags: [
|
||||
"--coverage",
|
||||
],
|
||||
]
|
||||
}
|
||||
|
||||
|
|
|
@ -31,11 +31,7 @@ cc_test {
|
|||
],
|
||||
static_libs: ["libgtest"],
|
||||
cflags: [
|
||||
"--coverage",
|
||||
"-O0",
|
||||
"-g",
|
||||
],
|
||||
ldflags: [
|
||||
"--coverage"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -31,11 +31,7 @@ cc_test {
|
|||
],
|
||||
static_libs: ["libgtest"],
|
||||
cflags: [
|
||||
"--coverage",
|
||||
"-O0",
|
||||
"-g",
|
||||
],
|
||||
ldflags: [
|
||||
"--coverage",
|
||||
],
|
||||
]
|
||||
}
|
||||
|
|
|
@ -35,11 +35,7 @@ cc_test {
|
|||
],
|
||||
static_libs: ["libgtest", "libhwcomposer-command-buffer"],
|
||||
cflags: [
|
||||
"--coverage",
|
||||
"-O0",
|
||||
"-g",
|
||||
],
|
||||
ldflags: [
|
||||
"--coverage",
|
||||
],
|
||||
]
|
||||
}
|
||||
|
|
|
@ -34,11 +34,7 @@ cc_test {
|
|||
],
|
||||
static_libs: ["libgtest"],
|
||||
cflags: [
|
||||
"--coverage",
|
||||
"-O0",
|
||||
"-g",
|
||||
],
|
||||
ldflags: [
|
||||
"--coverage",
|
||||
],
|
||||
]
|
||||
}
|
||||
|
|
|
@ -27,12 +27,8 @@ cc_test {
|
|||
],
|
||||
static_libs: ["libgtest"],
|
||||
cflags: [
|
||||
"--coverage",
|
||||
"-O0",
|
||||
"-g",
|
||||
],
|
||||
ldflags: [
|
||||
"--coverage"
|
||||
]
|
||||
}
|
||||
|
||||
|
|
|
@ -30,11 +30,7 @@ cc_test {
|
|||
],
|
||||
static_libs: ["libgtest"],
|
||||
cflags: [
|
||||
"--coverage",
|
||||
"-O0",
|
||||
"-g",
|
||||
],
|
||||
ldflags: [
|
||||
"--coverage"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -31,11 +31,7 @@ cc_test {
|
|||
],
|
||||
static_libs: ["libgtest"],
|
||||
cflags: [
|
||||
"--coverage",
|
||||
"-O0",
|
||||
"-g",
|
||||
],
|
||||
ldflags: [
|
||||
"--coverage"
|
||||
]
|
||||
}
|
||||
|
|
|
@ -31,12 +31,8 @@ cc_test {
|
|||
],
|
||||
static_libs: ["libgtest"],
|
||||
cflags: [
|
||||
"--coverage",
|
||||
"-O0",
|
||||
"-g",
|
||||
],
|
||||
ldflags: [
|
||||
"--coverage"
|
||||
]
|
||||
}
|
||||
|
||||
|
|
|
@ -31,13 +31,8 @@ cc_test {
|
|||
],
|
||||
static_libs: ["libgtest"],
|
||||
cflags: [
|
||||
// TODO: add --coverage when the segfault issue is fixed.
|
||||
// "--coverage",
|
||||
"-O0",
|
||||
"-g",
|
||||
],
|
||||
// ldflags: [
|
||||
// "--coverage"
|
||||
// ]
|
||||
]
|
||||
}
|
||||
|
||||
|
|
|
@ -26,11 +26,7 @@ cc_test {
|
|||
],
|
||||
static_libs: ["libgtest"],
|
||||
cflags: [
|
||||
"--coverage",
|
||||
"-O0",
|
||||
"-g",
|
||||
],
|
||||
ldflags: [
|
||||
"--coverage"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue