1 2package { 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 11cc_benchmark { 12 srcs: ["buffer_transport_benchmark.cpp"], 13 shared_libs: [ 14 "libbase", 15 "libbinder", 16 "libcutils", 17 "libdvr.google", 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", 35} 36