Add a liblog dependency

Modules with a libbase dependency also need a liblog dependency now.

Fixes the linker-reloc-bench build target.

Bug: b/147779981
Test: manual
Change-Id: I41dd35717b665524a26a92a0c268e42c93a383b7
This commit is contained in:
Ryan Prichard 2020-01-15 19:58:27 -08:00
parent ac951d785e
commit f82e39f1d9

View file

@ -51,6 +51,7 @@ cc_benchmark {
static_libs: [
"libbase",
"libbionic_spawn_benchmark",
"liblog",
],
}