From eec0c5df02951093eaa102ae92d128bfa8797f59 Mon Sep 17 00:00:00 2001 From: butomo1989 Date: Wed, 17 Jun 2020 12:21:36 +0200 Subject: [PATCH] Fixed build issue for API 28 --- release.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/release.sh b/release.sh index c7c358a..cbbc473 100755 --- a/release.sh +++ b/release.sh @@ -147,6 +147,9 @@ function build() { # It is because there is no ARM EABI v7a System Image for 6.0 IMG_TYPE=google_apis BROWSER=browser + elif [ "$v" == "9.0" ]; then + IMG_TYPE=default + BROWSER=chrome else #adb root cannot be run in IMG_TYPE=google_apis_playstore IMG_TYPE=google_apis