Merge "Remove --coverage in Android.bp"

am: 8cd0125d2e

Change-Id: I64c14bbb96b132b3b26d6d61a11e4c8cf84bd161
This commit is contained in:
Dan Willemsen
2017-02-15 05:11:30 +00:00
committed by android-build-merger
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"
]
}