mirror of
https://github.com/budtmo/docker-android.git
synced 2025-12-08 18:25:50 +00:00
Fixed build issue for API 28
This commit is contained in:
parent
b66c5d122a
commit
eec0c5df02
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user