Merge "Remove default libraries" am: b20cc6ffbc
am: 7368b91323

Change-Id: I8ae8ad0744bbe693c4718596df366eb0679336ea
diff --git a/Android.bp b/Android.bp
index c01ce93..e2cd5fe 100644
--- a/Android.bp
+++ b/Android.bp
@@ -86,18 +86,6 @@
     compile_multilib: "first",
 
     target: {
-        linux: {
-            host_ldlibs: [
-                "-ldl",
-                "-lpthread",
-            ],
-        },
-        darwin: {
-            host_ldlibs: [
-                "-ldl",
-                "-lpthread",
-            ],
-        },
         windows: {
             // Skip missing-field-initializer warnings for mingw.
             cflags: ["-Wno-error=missing-field-initializers"],
@@ -196,18 +184,6 @@
                 "-Wno-error=missing-field-initializers",
             ],
         },
-        linux: {
-            host_ldlibs: [
-                "-ldl",
-                "-lpthread",
-            ],
-        },
-        darwin: {
-            host_ldlibs: [
-                "-ldl",
-                "-lpthread",
-            ],
-        },
     },
 
     product_variables: {