Chih-Hung Hsieh | da3ad6f | 2017-10-26 15:01:12 -0700 | [diff] [blame] | 1 | cc_test { |
| 2 | name: "test-opengl-gl_yuvtex", |
| 3 | |
| 4 | srcs: ["gl_yuvtex.cpp"], |
| 5 | |
| 6 | shared_libs: [ |
| 7 | "libcutils", |
| 8 | "libEGL", |
| 9 | "libGLESv1_CM", |
| 10 | "libutils", |
| 11 | "libui", |
| 12 | "libgui", |
| 13 | ], |
| 14 | |
| 15 | gtest: false, |
| 16 | |
| 17 | static_libs: ["libglTest"], |
| 18 | |
| 19 | cflags: [ |
| 20 | "-DGL_GLEXT_PROTOTYPES", |
| 21 | "-DEGL_EGLEXT_PROTOTYPES", |
Chih-Hung Hsieh | 7e9cd8e | 2017-11-14 15:08:56 -0800 | [diff] [blame] | 22 | "-Wall", |
| 23 | "-Werror", |
Chih-Hung Hsieh | da3ad6f | 2017-10-26 15:01:12 -0700 | [diff] [blame] | 24 | ], |
| 25 | } |