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