Merge "Add dependancy to libbase for libhostgraphics"

This commit is contained in:
TreeHugger Robot
2020-08-13 07:33:34 +00:00
committed by Android (Google) Code Review

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,
}
},
}
}