Merge "libutils: use libbase_headers instead of libbase."

This commit is contained in:
Treehugger Robot 2019-01-08 06:42:22 +00:00 committed by Gerrit Code Review
commit d0dec304c5

View file

@ -155,7 +155,7 @@ cc_library {
],
},
linux: {
shared_libs: ["libbase"],
header_libs: ["libbase_headers"],
srcs: [
"Looper.cpp",
],