platform_frameworks_native/opengl/tests/EGLTest/Android.bp
Sundong Ahn 204fb1f377 Change to using sysprop for libEGL and EGL_test
The configstore service was deprecated. So change to use sysprop
instead of configstore.

Bug: 124531214
Test: m -j && check reading system properties
Change-Id: I220094082a1d4ec4e7649ad0d9b614e0bcc334a6
2020-04-28 09:20:05 +09:00

40 lines
721 B
Text

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",
],
}