aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2015-12-22 00:17:02 +0000
committerandroid-build-merger <android-build-merger@google.com>2015-12-22 00:17:02 +0000
commitd370feffd6b9f0d8df8f222d9c22dd32cce5532b (patch)
treeb9cc0e321d8ea89a155a47ed37084f41e5f46dc9
parent9cffd81dd9df243cce02c811c67a0bb341bb35ba (diff)
parentb34755199f961f613ff8e0976ee3574c237a7a64 (diff)
downloadgtest-d370feffd6b9f0d8df8f222d9c22dd32cce5532b.tar.gz
Merge "Remove extra cc_test options"
am: b34755199f * commit 'b34755199f961f613ff8e0976ee3574c237a7a64': Remove extra cc_test options
-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: {