Home | History | Annotate | Download | only in gl2_copyTexImage
      1 cc_test {
      2     name: "test-opengl-gl2_copyTexImage",
      3 
      4     srcs: ["gl2_copyTexImage.cpp"],
      5 
      6     gtest: false,
      7 
      8     shared_libs: [
      9         "libcutils",
     10         "libEGL",
     11         "libGLESv2",
     12         "libui",
     13         "libgui",
     14         "libutils",
     15     ],
     16 
     17     static_libs: ["libglTest"],
     18 
     19     cflags: ["-DGL_GLEXT_PROTOTYPES"],
     20 }
     21