Merge "Remove --coverage in Android.bp"

This commit is contained in:
Treehugger Robot
2017-02-15 05:08:16 +00:00
committed by Gerrit Code Review
4 changed files with 0 additions and 16 deletions

View File

@@ -31,11 +31,7 @@ cc_test {
],
static_libs: ["libgtest"],
cflags: [
"--coverage",
"-O0",
"-g",
],
ldflags: [
"--coverage",
],
}

View File

@@ -30,11 +30,7 @@ cc_test {
],
static_libs: ["libgtest"],
cflags: [
"--coverage",
"-O0",
"-g",
],
ldflags: [
"--coverage"
]
}

View File

@@ -31,11 +31,7 @@ cc_test {
],
static_libs: ["libgtest"],
cflags: [
"--coverage",
"-O0",
"-g",
],
ldflags: [
"--coverage"
]
}

View File

@@ -40,11 +40,7 @@ cc_test {
],
static_libs: ["libgtest"],
cflags: [
"--coverage",
"-O0",
"-g",
],
ldflags: [
"--coverage"
]
}