+if [ -f /vendor/lib64/libmpvr.so ] && [ ! -f /home/anbox/tmp_vendor/lib64/libmpvr.so ]; then
+ cp /vendor/lib64/libmpvr.so /home/anbox/tmp_vendor/lib64/
+fi
+if [ -f /vendor/lib/libmpvr.so ] && [ ! -f /home/anbox/tmp_vendor/lib/libmpvr.so ]; then
+ cp /vendor/lib/libmpvr.so /home/anbox/tmp_vendor/lib/
+fi
+sed -i "s/-service/-service --desktop_file_hint=unity8.desktop/" /home/anbox/tmp_vendor/etc/init/android.hardware.graphics.composer@2.1-service.rc