| cc_test { | |
| name: "BufferNode_test", | |
| srcs: ["BufferNode_test.cpp"], | |
| cflags: [ | |
| "-DLOG_TAG=\"BufferNode_test\"", | |
| "-DTRACE=0", | |
| "-DATRACE_TAG=ATRACE_TAG_GRAPHICS", | |
| ], | |
| header_libs: [ | |
| "libbufferhub_headers", | |
| "libdvr_headers", | |
| "libnativewindow_headers", | |
| "libpdx_headers", | |
| ], | |
| shared_libs: [ | |
| "libbufferhubservice", | |
| "libui", | |
| ], | |
| static_libs: [ | |
| "libgmock", | |
| ], | |
| // TODO(b/117568153): Temporarily opt out using libcrt. | |
| no_libcrt: true, | |
| } |