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
This commit is contained in:
parent
6da1ea0e48
commit
53783b1976
|
@ -92,6 +92,7 @@ cc_library {
|
|||
],
|
||||
|
||||
static_libs: ["libcutils"],
|
||||
host_ldlibs: ["-lrt"],
|
||||
},
|
||||
android: {
|
||||
srcs: libbacktrace_sources,
|
||||
|
|
Loading…
Reference in New Issue