aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2017-09-29 13:56:19 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-09-29 13:56:19 +0000
commited443ee88ba0951303ac9438d2d5e09eeaa3ab7f (patch)
tree4b6fbf1ef4ce50eabf1efaa9a86c7be8fcc100da
parent3627f9adedbbef8523e46c7ccd46d2ad0d3446ef (diff)
parent7368b91323f013e4aecbc91710cd4f2d9e35ee4b (diff)
downloadslang-ed443ee88ba0951303ac9438d2d5e09eeaa3ab7f.tar.gz
Merge "Remove default libraries" am: b20cc6ffbc
am: 7368b91323 Change-Id: I8ae8ad0744bbe693c4718596df366eb0679336ea
-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: {