From fe51bcc4dbc63ec8c22dec8b9400feb66f1ccee1 Mon Sep 17 00:00:00 2001 From: Dan Willemsen Date: Thu, 28 Sep 2017 16:21:34 -0700 Subject: 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: Ie73147c21d3fd49630b78edfcdff41d1dc03e49b Exempt-From-Owner-Approval: build system cleanup --- Android.bp | 1 - 1 file changed, 1 deletion(-) diff --git a/Android.bp b/Android.bp index 74bceaf..0e0bd59 100644 --- a/Android.bp +++ b/Android.bp @@ -73,7 +73,6 @@ cc_library { }, linux: { srcs: ["epoll.c"], - host_ldlibs: ["-lrt"], }, linux_bionic: { enabled: true, -- cgit v1.2.3