| Jiwen 'Steve' Cai | bd21fca | 2018-01-29 11:44:38 -0800 | [diff] [blame] | 1 |  | 
|  | 2 | cc_benchmark { | 
|  | 3 | srcs: ["buffer_transport_benchmark.cpp"], | 
|  | 4 | shared_libs: [ | 
|  | 5 | "libbase", | 
|  | 6 | "libbinder", | 
|  | 7 | "libcutils", | 
| Pat Plunkett | 6eadd17 | 2018-08-09 09:38:58 -0700 | [diff] [blame] | 8 | "libdvr.google", | 
| Jiwen 'Steve' Cai | bd21fca | 2018-01-29 11:44:38 -0800 | [diff] [blame] | 9 | "libgui", | 
|  | 10 | "liblog", | 
|  | 11 | "libhardware", | 
|  | 12 | "libui", | 
|  | 13 | "libutils", | 
|  | 14 | "libnativewindow", | 
|  | 15 | "libbufferhubqueue", | 
|  | 16 | "libpdx_default_transport", | 
|  | 17 | ], | 
|  | 18 | cflags: [ | 
|  | 19 | "-DLOG_TAG=\"buffer_transport_benchmark\"", | 
|  | 20 | "-DTRACE=0", | 
|  | 21 | "-O2", | 
|  | 22 | "-Wall", | 
|  | 23 | "-Werror", | 
|  | 24 | ], | 
|  | 25 | name: "buffer_transport_benchmark", | 
| Jiwen 'Steve' Cai | bd21fca | 2018-01-29 11:44:38 -0800 | [diff] [blame] | 26 | } |