blob: d85af81b6be43a2ae5cabeea4ceb877f9256e392 [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
11 shared_libs: [
12 "android.hardware.configstore@1.0",
13 "android.hardware.configstore-utils",
14 "libEGL",
15 "libbase",
16 "libcutils",
17 "libbinder",
18 "libgui",
19 "libhidlbase",
20 "libhidltransport",
21 "liblog",
22 "libutils",
23 ],
24
25 include_dirs: [
26 "bionic/libc/private",
27 "frameworks/native/opengl/libs",
28 "frameworks/native/opengl/libs/EGL",
29 ],
30
31}