blob: cef31f6ba90ae43aa63f08c21b0c2b6a2c127d62 [file] [log] [blame]
Fan Xu574a6852018-11-02 13:22:42 -07001cc_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}