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:
Colin Cross 2016-10-20 10:39:51 -07:00
parent 6da1ea0e48
commit 53783b1976
1 changed files with 1 additions and 0 deletions

View File

@ -92,6 +92,7 @@ cc_library {
],
static_libs: ["libcutils"],
host_ldlibs: ["-lrt"],
},
android: {
srcs: libbacktrace_sources,