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:
parent
ac951d785e
commit
f82e39f1d9
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ cc_benchmark {
|
|||
static_libs: [
|
||||
"libbase",
|
||||
"libbionic_spawn_benchmark",
|
||||
"liblog",
|
||||
],
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue