Fixed build issue for API 28

This commit is contained in:
butomo1989 2020-06-17 12:21:36 +02:00
parent b66c5d122a
commit eec0c5df02

View file

@ -147,6 +147,9 @@ function build() {
# It is because there is no ARM EABI v7a System Image for 6.0 # It is because there is no ARM EABI v7a System Image for 6.0
IMG_TYPE=google_apis IMG_TYPE=google_apis
BROWSER=browser BROWSER=browser
elif [ "$v" == "9.0" ]; then
IMG_TYPE=default
BROWSER=chrome
else else
#adb root cannot be run in IMG_TYPE=google_apis_playstore #adb root cannot be run in IMG_TYPE=google_apis_playstore
IMG_TYPE=google_apis IMG_TYPE=google_apis