summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2017-09-29 09:35:28 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-09-29 09:35:28 +0000
commitb95f0ce3172827a718c75340291bf5f8a72315e2 (patch)
tree0599330ac058ac64ac3c275ecf74480b90ffb12e
parenta1771a41063d95079963aa1614a4e1a728f640d0 (diff)
parentf74da7b95be3689397d064a8e7827854e66f4e47 (diff)
downloadlibchrome-b95f0ce3172827a718c75340291bf5f8a72315e2.tar.gz
Remove default libraries
am: f74da7b95b Change-Id: I3d795b7b5aa8f494f67463d6c35f6c5200068b90
-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,
},