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 | ], |
Jiwen Cai | 2bf2988 | 2018-10-04 20:14:05 +0000 | [diff] [blame] | 9 | static_libs: ["libbufferhubd"], |
Fan Xu | cfd1274 | 2018-09-14 13:23:52 -0700 | [diff] [blame] | 10 | shared_libs: [ |
| 11 | "libbase", |
| 12 | "libbinder", |
| 13 | "liblog", |
Fan Xu | cfd1274 | 2018-09-14 13:23:52 -0700 | [diff] [blame] | 14 | "libutils", |
| 15 | ], |
| 16 | } |