Replaced operator

This commit is contained in:
budtmo
2021-08-05 13:28:43 +02:00
parent 371a57c663
commit 0188131350
+1 -1
View File
@@ -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