blob: bf8ea5b8f632ee19bc0726c71f0c67b1a52486f9 [file] [log] [blame]
cc_test {
name: "buffer_hub_binder_service-test",
srcs: ["buffer_hub_binder_service-test.cpp"],
cflags: [
"-DLOG_TAG=\"buffer_hub_binder_service-test\"",
"-DTRACE=0",
"-DATRACE_TAG=ATRACE_TAG_GRAPHICS",
],
header_libs: ["libdvr_headers"],
static_libs: [
"libbufferhub",
"libbufferhubd",
"libgmock",
],
shared_libs: [
"libbase",
"libbinder",
"liblog",
"libpdx_default_transport",
"libui",
"libutils",
],
// TODO(b/117568153): Temporarily opt out using libcrt.
no_libcrt: true,
}