mirror of
https://github.com/budtmo/docker-android.git
synced 2026-07-31 04:07:25 +00:00
Replaced operator
This commit is contained in:
+1
-1
@@ -161,7 +161,7 @@ function build() {
|
||||
IMG_TYPE=google_apis
|
||||
BROWSER=chrome
|
||||
# Google dropped 32-bit support at Android 12
|
||||
if [ "$v" == "9.0" ] || [ $level >= 31 ]; then
|
||||
if [ "$v" == "9.0" ] || [ $level -ge 31 ]; then
|
||||
processor=x86_64
|
||||
fi
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user