| Jiwen 'Steve' Cai | bd21fca | 2018-01-29 11:44:38 -0800 | [diff] [blame] | 1 |  | 
| Bob Badour | 3306e49 | 2021-02-25 15:35:37 -0800 | [diff] [blame] | 2 | package { | 
|  | 3 | // See: http://go/android-license-faq | 
|  | 4 | // A large-scale-change added 'default_applicable_licenses' to import | 
|  | 5 | // all of the 'license_kinds' from "frameworks_native_license" | 
|  | 6 | // to get the below license kinds: | 
|  | 7 | //   SPDX-license-identifier-Apache-2.0 | 
|  | 8 | default_applicable_licenses: ["frameworks_native_license"], | 
|  | 9 | } | 
|  | 10 |  | 
| Jiwen 'Steve' Cai | bd21fca | 2018-01-29 11:44:38 -0800 | [diff] [blame] | 11 | cc_benchmark { | 
|  | 12 | srcs: ["buffer_transport_benchmark.cpp"], | 
|  | 13 | shared_libs: [ | 
|  | 14 | "libbase", | 
|  | 15 | "libbinder", | 
|  | 16 | "libcutils", | 
| Pat Plunkett | 6eadd17 | 2018-08-09 09:38:58 -0700 | [diff] [blame] | 17 | "libdvr.google", | 
| Jiwen 'Steve' Cai | bd21fca | 2018-01-29 11:44:38 -0800 | [diff] [blame] | 18 | "libgui", | 
|  | 19 | "liblog", | 
|  | 20 | "libhardware", | 
|  | 21 | "libui", | 
|  | 22 | "libutils", | 
|  | 23 | "libnativewindow", | 
|  | 24 | "libbufferhubqueue", | 
|  | 25 | "libpdx_default_transport", | 
|  | 26 | ], | 
|  | 27 | cflags: [ | 
|  | 28 | "-DLOG_TAG=\"buffer_transport_benchmark\"", | 
|  | 29 | "-DTRACE=0", | 
|  | 30 | "-O2", | 
|  | 31 | "-Wall", | 
|  | 32 | "-Werror", | 
|  | 33 | ], | 
|  | 34 | name: "buffer_transport_benchmark", | 
| Jiwen 'Steve' Cai | bd21fca | 2018-01-29 11:44:38 -0800 | [diff] [blame] | 35 | } |