Merge "Add missing host ldlibs" am: fc75f94643

am: 8355e6c097

Change-Id: Ic800a87350a7ada2c671ff7239e7447c98fd8c63
This commit is contained in:
Colin Cross 2016-10-20 19:43:12 +00:00 committed by android-build-merger
commit 55901abc8e

View file

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