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", |
Chih-Hung Hsieh | da3ad6f | 2017-10-26 15:01:12 -0700 | [diff] [blame] | 25 | "liblog", |
| 26 | "libutils", |
Weiwan Liu | 3ca9297 | 2018-09-28 15:44:12 -0700 | [diff] [blame] | 27 | "libnativewindow", |
Sundong Ahn | 204fb1f | 2020-04-23 21:56:36 +0900 | [diff] [blame] | 28 | "libSurfaceFlingerProp", |
Chih-Hung Hsieh | da3ad6f | 2017-10-26 15:01:12 -0700 | [diff] [blame] | 29 | ], |
| 30 | |
| 31 | include_dirs: [ |
Chih-Hung Hsieh | da3ad6f | 2017-10-26 15:01:12 -0700 | [diff] [blame] | 32 | "frameworks/native/opengl/libs", |
| 33 | "frameworks/native/opengl/libs/EGL", |
| 34 | ], |
| 35 | |
Christopher Ferris | ddd1d6b | 2019-09-26 08:27:25 -0700 | [diff] [blame] | 36 | header_libs: [ |
| 37 | "bionic_libc_platform_headers", |
Sundong Ahn | 204fb1f | 2020-04-23 21:56:36 +0900 | [diff] [blame] | 38 | "libsurfaceflinger_headers", |
Christopher Ferris | ddd1d6b | 2019-09-26 08:27:25 -0700 | [diff] [blame] | 39 | ], |
Chih-Hung Hsieh | da3ad6f | 2017-10-26 15:01:12 -0700 | [diff] [blame] | 40 | } |