aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2017-09-29 04:31:11 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-09-29 04:31:11 +0000
commit7368b91323f013e4aecbc91710cd4f2d9e35ee4b (patch)
tree4b6fbf1ef4ce50eabf1efaa9a86c7be8fcc100da
parent29f2fedccdea820a05be243c7f9933d5fee78269 (diff)
parentb20cc6ffbc544ca65984f332239bf3eda03142d9 (diff)
downloadslang-7368b91323f013e4aecbc91710cd4f2d9e35ee4b.tar.gz
Merge "Remove default libraries"
am: b20cc6ffbc Change-Id: If09c8db176fe709c05637054f76085cc38116de9
-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: {