Merge "Remove extra cc_test options"
diff --git a/Android.bp b/Android.bp
index c456b40..69eb615 100644
--- a/Android.bp
+++ b/Android.bp
@@ -139,16 +139,8 @@
     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: {