Home | History | Annotate | Download | only in gl_perf
      1 cc_test {
      2     name: "test-opengl-gl2_perf",
      3 
      4     srcs: [
      5         "gl2_perf.cpp",
      6         "filltest.cpp",
      7     ],
      8 
      9     gtest: false,
     10 
     11     shared_libs: [
     12         "libcutils",
     13         "liblog",
     14         "libEGL",
     15         "libGLESv2",
     16         "libui",
     17         "libgui",
     18         "libutils",
     19     ],
     20 
     21     static_libs: ["libglTest"],
     22 
     23     cflags: [
     24         "-DGL_GLEXT_PROTOTYPES",
     25         "-Wall",
     26         "-Werror",
     27     ],
     28 }
     29