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