Merge "Add liblog as a dependency where libbase is used"

This commit is contained in:
Tom Cherry
2020-01-10 16:59:43 +00:00
committed by Gerrit Code Review

View File

@@ -25,6 +25,7 @@ cc_binary_host {
srcs: ["agent.cpp"],
static_libs: [
"libbase",
"liblog",
"libz",
"slicer",
],