blob: 8bfe517812983d7910fb8aee969a23f48062b5ae [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",
],
include_dirs: [
"frameworks/native/opengl/libs",
"frameworks/native/opengl/libs/EGL",
],
header_libs: [
"bionic_libc_platform_headers",
],
}