aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2017-09-29 04:18:01 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-09-29 04:18:01 +0000
commitb20cc6ffbc544ca65984f332239bf3eda03142d9 (patch)
tree4b6fbf1ef4ce50eabf1efaa9a86c7be8fcc100da
parent4c0eb48014c6ff64e427f179f4873563ef1b4222 (diff)
parentba32ecbee0b8498aa45bdb525537c76ad9557082 (diff)
downloadslang-b20cc6ffbc544ca65984f332239bf3eda03142d9.tar.gz
Merge "Remove default libraries"
-rw-r--r--Android.bp24
1 files changed, 0 insertions, 24 deletions
diff --git a/Android.bp b/Android.bp
index c01ce93..e2cd5fe 100644
--- a/Android.bp
+++ b/Android.bp
@@ -86,18 +86,6 @@ cc_library_host_static {
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 @@ cc_binary_host {
"-Wno-error=missing-field-initializers",
],
},
- linux: {
- host_ldlibs: [
- "-ldl",
- "-lpthread",
- ],
- },
- darwin: {
- host_ldlibs: [
- "-ldl",
- "-lpthread",
- ],
- },
},
product_variables: {