blob: a9e873ac43fe24f5bc150964c32b59db409cad18 [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",
"libhidltransport",
"liblog",
"libutils",
"libnativewindow",
],
include_dirs: [
"bionic/libc/private",
"frameworks/native/opengl/libs",
"frameworks/native/opengl/libs/EGL",
],
}