Remove the bind mount for egl

BUG: 124892917
BUG: 128621680
Test: Boots
Change-Id: Ie7b41af0c8d5c8899a0a09c479c55cc448675cd2
diff --git a/shared/config/init.common.rc b/shared/config/init.common.rc
index 3ccd758..0e857f0 100644
--- a/shared/config/init.common.rc
+++ b/shared/config/init.common.rc
@@ -7,9 +7,6 @@
     mkdir /dev/gce 0750
     chown system system /dev/gce
 
-    mount none /vendor/lib/gl_impl/swiftshader /vendor/lib/egl bind rec
-    # Applies only to the 64 bit build, but should be harmless on the 32 bit
-    mount none /vendor/lib64/gl_impl/swiftshader /vendor/lib64/egl bind rec
     mount debugfs debugfs /sys/kernel/debug
     chmod 0755 /sys/kernel/debug
     setprop service.adb.tcp.port 5555