Merge "Remove --coverage in Android.bp" am: 8cd0125d2e

am: 6439f344ad

Change-Id: I8a5f2071751984ff0ce400968d49781b247a5977
This commit is contained in:
Dan Willemsen
2017-02-15 05:14: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"
]
}