blob: 8a30ef5820f817e21827ec6d41aed6a121b5ced4 [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,
Fan Xuffde7862018-11-08 16:29:13 -080024}
25
26cc_test {
27 name: "UniqueIdGenerator_test",
28 srcs: ["UniqueIdGenerator_test.cpp"],
29 cflags: [
30 "-DLOG_TAG=\"UniqueIdGenerator_test\"",
31 "-DTRACE=0",
32 "-DATRACE_TAG=ATRACE_TAG_GRAPHICS",
33 ],
34 shared_libs: [
35 "libbufferhubservice",
36 ],
37 static_libs: [
38 "libgmock",
39 ],
Fan Xu574a6852018-11-02 13:22:42 -070040}