Fan Xu | 574a685 | 2018-11-02 13:22:42 -0700 | [diff] [blame^] | 1 | cc_test { |
| 2 | name: "BufferNode_test", |
| 3 | srcs: ["BufferNode_test.cpp"], |
| 4 | cflags: [ |
| 5 | "-DLOG_TAG=\"BufferNode_test\"", |
| 6 | "-DTRACE=0", |
| 7 | "-DATRACE_TAG=ATRACE_TAG_GRAPHICS", |
| 8 | ], |
| 9 | header_libs: [ |
| 10 | "libbufferhub_headers", |
| 11 | "libdvr_headers", |
| 12 | "libnativewindow_headers", |
| 13 | "libpdx_headers", |
| 14 | ], |
| 15 | shared_libs: [ |
| 16 | "libbufferhubservice", |
| 17 | "libui", |
| 18 | ], |
| 19 | static_libs: [ |
| 20 | "libgmock", |
| 21 | ], |
| 22 | // TODO(b/117568153): Temporarily opt out using libcrt. |
| 23 | no_libcrt: true, |
| 24 | } |