libutils: use libbase_headers instead of libbase.

Bug: http://b/121391019
Test: treehugger
Change-Id: I0e5d218b9afe6f832cc6bd0ef78bc1a5581f3e2f
This commit is contained in:
Josh Gao 2019-01-02 14:31:26 -08:00
parent 79f304771c
commit f0ea1e6e5d

View file

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