Chih-Hung Hsieh | da3ad6f | 2017-10-26 15:01:12 -0700 | [diff] [blame] | 1 | cc_test { |
2 | name: "test-opengl-gl2_basic", | ||||
3 | |||||
4 | srcs: ["gl2_basic.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 | |||||
Chih-Hung Hsieh | 7e9cd8e | 2017-11-14 15:08:56 -0800 | [diff] [blame^] | 19 | cflags: [ |
20 | "-DGL_GLEXT_PROTOTYPES", | ||||
21 | "-Wall", | ||||
22 | "-Werror", | ||||
23 | ], | ||||
24 | |||||
Chih-Hung Hsieh | da3ad6f | 2017-10-26 15:01:12 -0700 | [diff] [blame] | 25 | } |