blob: e33e03b37b2e957ca8c58b89827a9d610022984c [file] [log] [blame]
Jiwen 'Steve' Caibd21fca2018-01-29 11:44:38 -08001
Bob Badour3306e492021-02-25 15:35:37 -08002package {
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' Caibd21fca2018-01-29 11:44:38 -080011cc_benchmark {
12 srcs: ["buffer_transport_benchmark.cpp"],
13 shared_libs: [
14 "libbase",
15 "libbinder",
16 "libcutils",
Pat Plunkett6eadd172018-08-09 09:38:58 -070017 "libdvr.google",
Jiwen 'Steve' Caibd21fca2018-01-29 11:44:38 -080018 "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' Caibd21fca2018-01-29 11:44:38 -080035}