| Chih-Hung Hsieh | da3ad6f | 2017-10-26 15:01:12 -0700 | [diff] [blame] | 1 |  | 
|  | 2 | cc_test { | 
|  | 3 |  | 
|  | 4 | name: "EGL_test", | 
|  | 5 |  | 
|  | 6 | srcs: [ | 
|  | 7 | "egl_cache_test.cpp", | 
|  | 8 | "EGL_test.cpp", | 
|  | 9 | ], | 
|  | 10 |  | 
| Chih-Hung Hsieh | 7e9cd8e | 2017-11-14 15:08:56 -0800 | [diff] [blame] | 11 | cflags: [ | 
|  | 12 | "-Wall", | 
|  | 13 | "-Werror", | 
|  | 14 | ], | 
|  | 15 |  | 
| Chih-Hung Hsieh | da3ad6f | 2017-10-26 15:01:12 -0700 | [diff] [blame] | 16 | shared_libs: [ | 
|  | 17 | "android.hardware.configstore@1.0", | 
|  | 18 | "android.hardware.configstore-utils", | 
|  | 19 | "libEGL", | 
|  | 20 | "libbase", | 
|  | 21 | "libcutils", | 
|  | 22 | "libbinder", | 
|  | 23 | "libgui", | 
|  | 24 | "libhidlbase", | 
|  | 25 | "libhidltransport", | 
|  | 26 | "liblog", | 
|  | 27 | "libutils", | 
| Weiwan Liu | 3ca9297 | 2018-09-28 15:44:12 -0700 | [diff] [blame] | 28 | "libnativewindow", | 
| Chih-Hung Hsieh | da3ad6f | 2017-10-26 15:01:12 -0700 | [diff] [blame] | 29 | ], | 
|  | 30 |  | 
|  | 31 | include_dirs: [ | 
|  | 32 | "bionic/libc/private", | 
|  | 33 | "frameworks/native/opengl/libs", | 
|  | 34 | "frameworks/native/opengl/libs/EGL", | 
|  | 35 | ], | 
|  | 36 |  | 
|  | 37 | } |