blob: bf654697843ec38d2ec0efee5f213fa9812f1345 [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: [
Fan Xu574a6852018-11-02 13:22:42 -070010 "libdvr_headers",
11 "libnativewindow_headers",
Fan Xu574a6852018-11-02 13:22:42 -070012 ],
13 shared_libs: [
14 "libbufferhubservice",
15 "libui",
16 ],
17 static_libs: [
18 "libgmock",
19 ],
Fan Xuffde7862018-11-08 16:29:13 -080020}
21
22cc_test {
Fan Xu1c16df52018-11-19 16:27:27 -080023 name: "BufferHubIdGenerator_test",
24 srcs: ["BufferHubIdGenerator_test.cpp"],
Fan Xuffde7862018-11-08 16:29:13 -080025 cflags: [
Fan Xu1c16df52018-11-19 16:27:27 -080026 "-DLOG_TAG=\"BufferHubIdGenerator_test\"",
Fan Xuffde7862018-11-08 16:29:13 -080027 "-DTRACE=0",
28 "-DATRACE_TAG=ATRACE_TAG_GRAPHICS",
29 ],
30 shared_libs: [
31 "libbufferhubservice",
32 ],
33 static_libs: [
34 "libgmock",
35 ],
Fan Xu574a6852018-11-02 13:22:42 -070036}