blob: e3912a84e68c54afe22431d2bac61f6dcd2306f5 [file] [log] [blame]
cc_test {
name: "EGL_test",
srcs: [
"egl_cache_test.cpp",
"EGL_test.cpp",
],
cflags: [
"-Wall",
"-Werror",
],
shared_libs: [
"android.hardware.configstore@1.0",
"android.hardware.configstore-utils",
"libEGL",
"libbase",
"libcutils",
"libbinder",
"libgui",
"libhidlbase",
"liblog",
"libutils",
"libnativewindow",
"libSurfaceFlingerProp",
],
include_dirs: [
"frameworks/native/opengl/libs",
"frameworks/native/opengl/libs/EGL",
],
header_libs: [
"bionic_libc_platform_headers",
"libsurfaceflinger_headers",
],
}