aboutsummaryrefslogtreecommitdiff
path: root/Android.bp
diff options
context:
space:
mode:
Diffstat (limited to 'Android.bp')
-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: {