Home | History | Annotate | Download | only in benchmarks
      1 
      2 cc_benchmark {
      3     srcs: ["buffer_transport_benchmark.cpp"],
      4     shared_libs: [
      5         "libbase",
      6         "libbinder",
      7         "libcutils",
      8         "libdvr",
      9         "libgui",
     10         "liblog",
     11         "libhardware",
     12         "libui",
     13         "libutils",
     14         "libnativewindow",
     15         "libbufferhubqueue",
     16         "libpdx_default_transport",
     17     ],
     18     cflags: [
     19         "-DLOG_TAG=\"buffer_transport_benchmark\"",
     20         "-DTRACE=0",
     21         "-O2",
     22         "-Wall",
     23         "-Werror",
     24     ],
     25     name: "buffer_transport_benchmark",
     26     tags: ["optional"],
     27 }
     28