aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2017-09-28 17:02:24 -0700
committerDan Willemsen <dwillemsen@google.com>2017-09-28 17:02:24 -0700
commit3d64add0171687cdfd1aa4464fb7f653cd184919 (patch)
tree4035964df4b924ee40797cada430a3427440b4bd
parent723eef28307737e21348b124234c18eba2038764 (diff)
downloadlibusb-3d64add0171687cdfd1aa4464fb7f653cd184919.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: Icb669676c71ef81f2f61bf77cd0391a8e382442e 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 0a137c1..266b50d 100644
--- a/Android.bp
+++ b/Android.bp
@@ -59,10 +59,6 @@ cc_library {
local_include_dirs: [
"linux",
],
-
- host_ldlibs: [
- "-lrt",
- ],
},
windows: {