blob: 4d1d43ffcecceb567068cd3ad67d0ae50750094b [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",
],
static_libs: ["libbufferhubd"],
shared_libs: [
"libbase",
"libbinder",
"liblog",
"libutils",
],
}