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

Commit 53783b19 authored by Colin Cross's avatar Colin Cross
Browse files

Add missing host ldlibs

Host builds were compiling without -Wl,--no-undefined.  Add missing
host ldlibs so that -Wl,--no-undefined can be added again.

Test: m -j host
Bug: 32305815
Change-Id: I0ceabc3f4ec74e2f737afaac58810c5d53d6ccb6
parent 6da1ea0e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -92,6 +92,7 @@ cc_library {
            ],

            static_libs: ["libcutils"],
            host_ldlibs: ["-lrt"],
        },
        android: {
            srcs: libbacktrace_sources,