Add dependancy to libbase for libhostgraphics

The dependancy is required for the to_string function
which is now defined in Rect.cpp.

Bug: 161793589
Bug: 160404780
Test: m libhostgraphics
Change-Id: Id071c207b5344e36c992f3a095c42a5f135c86d4
This commit is contained in:
Marin Shalamanov
2020-08-11 20:29:00 +02:00
parent 522be5a228
commit a602c176db

View File

@@ -5,6 +5,10 @@ cc_library_host_static {
"-Wno-unused-parameter",
],
static_libs: [
"libbase",
],
srcs: [
":libui_host_common",
"Fence.cpp",
@@ -28,4 +32,4 @@ cc_library_host_static {
enabled: true,
}
},
}
}