blob: 8bfe517812983d7910fb8aee969a23f48062b5ae [file] [log] [blame]
Chih-Hung Hsiehda3ad6f2017-10-26 15:01:12 -07001
2cc_test {
3
4 name: "EGL_test",
5
6 srcs: [
7 "egl_cache_test.cpp",
8 "EGL_test.cpp",
9 ],
10
Chih-Hung Hsieh7e9cd8e2017-11-14 15:08:56 -080011 cflags: [
12 "-Wall",
13 "-Werror",
14 ],
15
Chih-Hung Hsiehda3ad6f2017-10-26 15:01:12 -070016 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 Hsiehda3ad6f2017-10-26 15:01:12 -070025 "liblog",
26 "libutils",
Weiwan Liu3ca92972018-09-28 15:44:12 -070027 "libnativewindow",
Chih-Hung Hsiehda3ad6f2017-10-26 15:01:12 -070028 ],
29
30 include_dirs: [
Chih-Hung Hsiehda3ad6f2017-10-26 15:01:12 -070031 "frameworks/native/opengl/libs",
32 "frameworks/native/opengl/libs/EGL",
33 ],
34
Christopher Ferrisddd1d6b2019-09-26 08:27:25 -070035 header_libs: [
36 "bionic_libc_platform_headers",
37 ],
Chih-Hung Hsiehda3ad6f2017-10-26 15:01:12 -070038}