Fix method name and build 6.0 without google_apis

This commit is contained in:
Andrejs Cunskis
2017-05-24 17:00:29 +03:00
parent 768d793ba0
commit 7170ee20d4
2 changed files with 2 additions and 5 deletions
+1 -4
View File
@@ -111,12 +111,9 @@ function build() {
for v in "${versions[@]}"; do
# Find image type and default web browser
if [ "$v" == "5.0.1" ] || [ "$v" == "5.1.1" ]; then
if [ "$v" == "5.0.1" ] || [ "$v" == "5.1.1" ] || [ "$v" == "6.0" ]; then
IMG_TYPE=android
BROWSER=browser
elif [ "$v" == "6.0" ]; then
IMG_TYPE=google_apis
BROWSER=browser
else
IMG_TYPE=google_apis
BROWSER=chrome