From 90d0f46495846cb292fc35f64770098e3e83f397 Mon Sep 17 00:00:00 2001 From: Simon Fels Date: Fri, 7 Jul 2017 10:43:01 +0200 Subject: [PATCH] Update to newer Android image Changes: * Android system log is now dumped into $ANDROID_DATA/system.log so it can be accessed without adb and logcat * Fix SEGV in art on newer kernels with CVE-2017-1000364 fixed Fixes #337 --- snapcraft.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/snapcraft.yaml b/snapcraft.yaml index 00503d4..08647d0 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -37,8 +37,8 @@ parts: case "$ARCH" in x86_64) - IMAGE_PATH="2017/04/12" - IMAGE_NAME="android_1_amd64" + IMAGE_PATH="2017/07/07" + IMAGE_NAME="android_2_amd64" ;; arm*) IMAGE_PATH="2017/06/12"