Merge pull request #826 from morphis/update-android-img

Update Android image to newer one with bug fixes
This commit is contained in:
Simon Fels 2018-07-19 23:46:27 -04:00 committed by GitHub
commit 6b5c12e05f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -116,9 +116,9 @@ parts:
case "$ARCH" in
x86_64)
IMAGE_PATH="2018/06/12"
IMAGE_PATH="2018/07/19"
IMAGE_NAME="android_amd64.img"
IMAGE_HASH="5c4b8f7caeaf604770e37a29b65c7711b26d009a548b4fac8dfb77585e56dc73"
IMAGE_HASH="6b04cd33d157814deaf92dccf8a23da4dc00b05ca6ce982a03830381896a8cca"
;;
*)
echo "ERROR: Unknown architecture $ARCH"