204fb1f377
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
40 lines
721 B
Text
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",
|
|
],
|
|
}
|