Remove excess dependency on libGLESv2

libgui_bufferqueue_static is linked statically as part of
com.android.media.swcodec, libGLESv2 is neither part of the apex nor
providing apex stubs, so the dependency should be avoided. It also
appears to be unnecessary.

Test: m libgui_bufferqueue_static libgui libgui_mocks
Merged-In: Ia9d94d8b294ad1c3d30d4794bf71d4f6da7dc623
Change-Id: Ia9d94d8b294ad1c3d30d4794bf71d4f6da7dc623
diff --git a/libs/gui/Android.bp b/libs/gui/Android.bp
index 2ac1174..0fe6f24 100644
--- a/libs/gui/Android.bp
+++ b/libs/gui/Android.bp
@@ -214,6 +214,7 @@
 
     shared_libs: [
         "libbinder",
+        "libGLESv2",
     ],
 
     export_shared_lib_headers: [
@@ -326,7 +327,6 @@
         "libbase",
         "libcutils",
         "libEGL",
-        "libGLESv2",
         "libhidlbase",
         "liblog",
         "libnativewindow",