summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2017-09-28 16:20:25 -0700
committerDan Willemsen <dwillemsen@google.com>2017-09-28 16:20:25 -0700
commitf74da7b95be3689397d064a8e7827854e66f4e47 (patch)
tree0599330ac058ac64ac3c275ecf74480b90ffb12e
parent54cfa4a2bacc9c43b06c1582d929da42bb165100 (diff)
downloadlibchrome-f74da7b95be3689397d064a8e7827854e66f4e47.tar.gz
Remove default libraries
libdl is part of system_shared_libs now. -ldl -lpthread -lm are now defaults for host_ldlibs on Linux and Darwin. -lrt is a default for host_ldlibs on Linux. Test: m host Change-Id: I10fcb88200e004ad09967532db9a7abc0450054d Exempt-From-Owner-Approval: build system cleanup
-rw-r--r--Android.bp4
1 files changed, 0 insertions, 4 deletions
diff --git a/Android.bp b/Android.bp
index ed7e2834aa..4c63e6a3ea 100644
--- a/Android.bp
+++ b/Android.bp
@@ -326,7 +326,6 @@ cc_library {
"base/allocator/allocator_shim.cc",
"base/allocator/allocator_shim_default_dispatch_to_glibc.cc"
],
- host_ldlibs: ["-lrt"],
},
darwin: {
srcs: libchromeMacSrc,
@@ -568,9 +567,6 @@ cc_test {
],
cflags: ["-DDONT_EMBED_BUILD_METADATA"],
},
- linux: {
- host_ldlibs: ["-lrt"],
- },
darwin: {
enabled: false,
},