31 lines
559 B
Text
31 lines
559 B
Text
|
|
cc_test {
|
|
|
|
name: "EGL_test",
|
|
|
|
srcs: [
|
|
"egl_cache_test.cpp",
|
|
"EGL_test.cpp",
|
|
],
|
|
|
|
shared_libs: [
|
|
"android.hardware.configstore@1.0",
|
|
"android.hardware.configstore-utils",
|
|
"libEGL",
|
|
"libbase",
|
|
"libcutils",
|
|
"libbinder",
|
|
"libgui",
|
|
"libhidlbase",
|
|
"libhidltransport",
|
|
"liblog",
|
|
"libutils",
|
|
],
|
|
|
|
include_dirs: [
|
|
"bionic/libc/private",
|
|
"frameworks/native/opengl/libs",
|
|
"frameworks/native/opengl/libs/EGL",
|
|
],
|
|
|
|
}
|