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
Change-Id: Ia9d94d8b294ad1c3d30d4794bf71d4f6da7dc623
diff --git a/libs/gui/Android.bp b/libs/gui/Android.bp
index 0a63c15..a00dff4 100644
--- a/libs/gui/Android.bp
+++ b/libs/gui/Android.bp
@@ -242,6 +242,7 @@
 
     shared_libs: [
         "libbinder",
+        "libGLESv2",
     ],
 
     export_shared_lib_headers: [
@@ -367,7 +368,6 @@
         "libbase",
         "libcutils",
         "libEGL",
-        "libGLESv2",
         "libhidlbase",
         "liblog",
         "libnativewindow",