Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c1db6460 authored by Dan Willemsen's avatar Dan Willemsen
Browse files

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: Ie87f6ff4290d18e099e1be92093b86f743296563
Exempt-From-Owner-Approval: build system cleanup
parent cd489972
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -146,10 +146,6 @@ cc_test {
    target: {
        linux: {
            cflags: ["-DOS_GENERIC"],
            host_ldlibs: [
                "-lrt",
                "-lpthread",
            ],
        },
        darwin: {
            enabled: false,
+0 −1
Original line number Diff line number Diff line
@@ -142,7 +142,6 @@ cc_test {
                // TODO(bcf): Fix this test.
                //"test/ipc_linux_unittest.cc",
            ],
            host_ldlibs: ["-lrt"],
        },
    },
}