mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Remove coverage flags from tests.
Remove unnecessary coverage flags from HAL tests. Bug: 32749731 Test: none Change-Id: I7e4e3bce2d9d444bfa8475c140bce2ee7e3b0c0d
This commit is contained in:
@@ -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"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user