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