Fix name of the android rootfs tarball

This commit is contained in:
Simon Fels 2016-09-15 11:00:41 +02:00
commit 6f6fc5c49c

View file

@ -13,4 +13,4 @@ fi
echo "Copying rootfs into $ROOTFS_PATH .."
mkdir -p $ROOTFS_PATH
tar xf $SNAP/anbox-android-rootfs.tar -C $ROOTFS_PATH/ --strip-components=1
tar xf $SNAP/android-rootfs.tar -C $ROOTFS_PATH/ --strip-components=1