diff --git a/opengl/libs/EGL/Loader.cpp b/opengl/libs/EGL/Loader.cpp index 66b4c818d..19cc1a747 100644 --- a/opengl/libs/EGL/Loader.cpp +++ b/opengl/libs/EGL/Loader.cpp @@ -87,7 +87,7 @@ checkGlesEmulationStatus(void) int result = -1; /* Check first if the device does not support hardware rendering */ - property_get("ro.softwaregl",prop,"0"); + property_get("ro.libagl",prop,"0"); if(atoi(prop) == 1) return 0;