aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2015-12-21 15:59:59 -0800
committerDan Willemsen <dwillemsen@google.com>2015-12-21 15:59:59 -0800
commitb6335c08aee000475f10757e9c38a15b351a349d (patch)
treeb9cc0e321d8ea89a155a47ed37084f41e5f46dc9
parent0931ed239bd1bd38d79fcd85e176e27af8537cc8 (diff)
downloadgtest-b6335c08aee000475f10757e9c38a15b351a349d.tar.gz
Remove extra cc_test options
I had made the compile options for the test modules match the ones used in the Android.mk file. But we're using cc_test here, which already defines these options by default. Change-Id: I2b2c7c2fefe8b016de43f8826e61b372341dee6d
-rw-r--r--Android.bp8
1 files changed, 0 insertions, 8 deletions
diff --git a/Android.bp b/Android.bp
index c456b40..69eb615 100644
--- a/Android.bp
+++ b/Android.bp
@@ -139,16 +139,8 @@ cc_test {
name: "gtest",
cflags: ["-Wno-empty-body"],
local_include_dirs: ["include"],
- static_libs: [
- "libgtest_main",
- "libgtest"
- ],
host_supported: true,
target: {
- host: {
- cflags: ["-O0"],
- ldflags: ["-lpthread"],
- },
android: {
product_variables: {
unbundled_build: {