From 89fa39bd0134a05dc906f79da793b7e794d3ae3b Mon Sep 17 00:00:00 2001 From: Simon Fels Date: Fri, 21 Oct 2016 19:41:46 +0200 Subject: [PATCH] Specify android root path for container --- scripts/container-shell.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/container-shell.sh b/scripts/container-shell.sh index eef8c2e..2f94bb9 100755 --- a/scripts/container-shell.sh +++ b/scripts/container-shell.sh @@ -6,5 +6,6 @@ $SNAP/bin/lxc-attach \ --clear-env \ --set-var PATH=/system/bin:/system/sbin:/system/xbin \ --set-var ANDROID_DATA=/data \ + --set-var ANDROID_ROOT=/system \ -- \ /system/bin/sh