Also link the 64 bit egl implementation

BUG: 119098857
Test: Local build and boot
Change-Id: I7d3c8753b289ac81ef52f8ea8e53f55faa40a907
diff --git a/shared/config/init.vsoc.rc b/shared/config/init.vsoc.rc
index db9bf69..738db6b 100644
--- a/shared/config/init.vsoc.rc
+++ b/shared/config/init.vsoc.rc
@@ -8,6 +8,8 @@
     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