aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Hartman <ghartman@google.com>2018-11-06 06:26:53 -0800
committerGreg Hartman <ghartman@google.com>2018-11-06 06:26:53 -0800
commitfbc4a22e5c794216077f3f5cef2ddf9298075ee2 (patch)
tree7f96b09b4d55f6de13cf1711d8694b2c89f03905
parent228e00309a2ee4c582d9a36e69b8099be5574745 (diff)
downloadcuttlefish-fbc4a22e5c794216077f3f5cef2ddf9298075ee2.tar.gz
BUG: 119098857 Test: Local build and boot Change-Id: I7d3c8753b289ac81ef52f8ea8e53f55faa40a907
-rw-r--r--shared/config/init.vsoc.rc2
1 files changed, 2 insertions, 0 deletions
diff --git a/shared/config/init.vsoc.rc b/shared/config/init.vsoc.rc
index db9bf697e..738db6b59 100644
--- a/shared/config/init.vsoc.rc
+++ b/shared/config/init.vsoc.rc
@@ -8,6 +8,8 @@ on early-init
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