Fan Xu | cfd1274 | 2018-09-14 13:23:52 -0700 | [diff] [blame] | 1 | cc_test { |
| 2 | name: "buffer_hub_binder_service-test", |
| 3 | srcs: ["buffer_hub_binder_service-test.cpp"], |
| 4 | cflags: [ |
| 5 | "-DLOG_TAG=\"buffer_hub_binder_service-test\"", |
| 6 | "-DTRACE=0", |
| 7 | "-DATRACE_TAG=ATRACE_TAG_GRAPHICS", |
| 8 | ], |
Fan Xu | 7a0f33e | 2018-09-20 16:21:35 -0700 | [diff] [blame^] | 9 | header_libs: ["libdvr_headers"], |
| 10 | static_libs: [ |
| 11 | "libbufferhub", |
| 12 | "libbufferhubd", |
| 13 | "libgmock", |
| 14 | ], |
Fan Xu | cfd1274 | 2018-09-14 13:23:52 -0700 | [diff] [blame] | 15 | shared_libs: [ |
| 16 | "libbase", |
| 17 | "libbinder", |
| 18 | "liblog", |
Fan Xu | 7a0f33e | 2018-09-20 16:21:35 -0700 | [diff] [blame^] | 19 | "libpdx_default_transport", |
| 20 | "libui", |
Fan Xu | cfd1274 | 2018-09-14 13:23:52 -0700 | [diff] [blame] | 21 | "libutils", |
| 22 | ], |
| 23 | } |