commit | 5ea4c7305850ad4003d314597f4a8255b5b45ba4 | [log] [tgz] |
---|---|---|
author | Jesse Hall <jessehall@google.com> | Fri Feb 08 16:13:50 2013 -0800 |
committer | Jesse Hall <jessehall@google.com> | Wed Feb 13 16:28:56 2013 -0800 |
tree | a61ec5fd330f3d63d83207bfe0788546e77b16ba | |
parent | 4774338bd0ad1ebe42c311fd0c72f13786b5c800 [diff] |
Symlink /system/lib/libGLESv3.so -> libGLESv2.so The platform has a unified GLES2/GLES3 wrapper in libGLESv2.so, which is what bundled binaries should link against. The NDK will have separate GLES2 and GLES3 libraries so that applications will get a link error if they accidentally use GLES3 entry points in a GLES2 application. This symlink allows GLES3 NDK apps to load using the unified wrapper. Change-Id: Ic344ef63c334047fccebb55b7cb2fb23a4c2d61b