Jiwen 'Steve' Cai | bd21fca | 2018-01-29 11:44:38 -0800 | [diff] [blame] | 1 | |
Bob Badour | 3c53823 | 2021-02-12 21:26:48 -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 | // SPDX-license-identifier-MIT |
| 9 | // SPDX-license-identifier-Unicode-DFS |
| 10 | default_applicable_licenses: ["frameworks_native_license"], |
| 11 | } |
| 12 | |
Jiwen 'Steve' Cai | bd21fca | 2018-01-29 11:44:38 -0800 | [diff] [blame] | 13 | cc_benchmark { |
| 14 | srcs: ["buffer_transport_benchmark.cpp"], |
| 15 | shared_libs: [ |
| 16 | "libbase", |
| 17 | "libbinder", |
| 18 | "libcutils", |
Pat Plunkett | 6eadd17 | 2018-08-09 09:38:58 -0700 | [diff] [blame] | 19 | "libdvr.google", |
Jiwen 'Steve' Cai | bd21fca | 2018-01-29 11:44:38 -0800 | [diff] [blame] | 20 | "libgui", |
| 21 | "liblog", |
| 22 | "libhardware", |
| 23 | "libui", |
| 24 | "libutils", |
| 25 | "libnativewindow", |
| 26 | "libbufferhubqueue", |
| 27 | "libpdx_default_transport", |
| 28 | ], |
| 29 | cflags: [ |
| 30 | "-DLOG_TAG=\"buffer_transport_benchmark\"", |
| 31 | "-DTRACE=0", |
| 32 | "-O2", |
| 33 | "-Wall", |
| 34 | "-Werror", |
| 35 | ], |
| 36 | name: "buffer_transport_benchmark", |
Jiwen 'Steve' Cai | bd21fca | 2018-01-29 11:44:38 -0800 | [diff] [blame] | 37 | } |