summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2017-09-29 15:37:29 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-09-29 15:37:29 +0000
commit87745bc9223f5e76cff5cdaa39bfca561da7c4e2 (patch)
tree0599330ac058ac64ac3c275ecf74480b90ffb12e
parent11e17299e2d53b07ea2d31232d21a6506c31c576 (diff)
parentdffdfa04faa4556884de83b9b99fc1fe102cacd8 (diff)
downloadlibchrome-87745bc9223f5e76cff5cdaa39bfca561da7c4e2.tar.gz
Remove default libraries am: f74da7b95b am: b95f0ce317
am: dffdfa04fa Change-Id: I969a83a49e58a94906e419f2a91a9a501e3c1ab7
-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,
},