commit | 92a3ed43645150a79b5abdc3508ca7e4f64aba89 | [log] [tgz] |
---|---|---|
author | Marco Nelissen <marcone@google.com> | Tue Jul 07 16:18:18 2009 -0700 |
committer | Marco Nelissen <marcone@google.com> | Tue Jul 07 16:18:18 2009 -0700 |
tree | ba2660d1e759b2d7fcae72be56489578def07c9d | |
parent | 42a3265cfb93f28d977353b8fe7a8b350de09fd0 [diff] [blame] |
Make opengl loader use an absolute path.
diff --git a/opengl/libs/EGL/Loader.cpp b/opengl/libs/EGL/Loader.cpp index 4f9939f..7f3f114 100644 --- a/opengl/libs/EGL/Loader.cpp +++ b/opengl/libs/EGL/Loader.cpp
@@ -139,7 +139,7 @@ char path[PATH_MAX]; int index = int(display); driver_t* hnd = 0; - const char* const format = "egl/lib%s_%s.so"; + const char* const format = "/system/lib/egl/lib%s_%s.so"; char const* tag = getTag(index, impl); if (tag) {