blob: 8ae7a0b8a04cc3b41a85da47a50ea57c940e3d65 [file] [log] [blame]
cc_benchmark {
srcs: ["buffer_transport_benchmark.cpp"],
shared_libs: [
"libbase",
"libbinder",
"libcutils",
"libdvr",
"libgui",
"liblog",
"libhardware",
"libui",
"libutils",
"libnativewindow",
"libbufferhubqueue",
"libpdx_default_transport",
],
cflags: [
"-DLOG_TAG=\"buffer_transport_benchmark\"",
"-DTRACE=0",
"-O2",
"-Wall",
"-Werror",
],
name: "buffer_transport_benchmark",
tags: ["optional"],
}