From 3a7cba3dc934a91c49b24ccef07594f9b07e1678 Mon Sep 17 00:00:00 2001 From: Joel Whitney Date: Tue, 3 Aug 2021 17:16:21 -0400 Subject: [PATCH] x86_64 --- release.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release.sh b/release.sh index eb8dc85..c86b339 100755 --- a/release.sh +++ b/release.sh @@ -158,7 +158,7 @@ function build() { #adb root cannot be run in IMG_TYPE=google_apis_playstore IMG_TYPE=google_apis BROWSER=chrome - if [ "$v" == "9.0" ]; then + if [ "$v" == "9.0" ] || [ "$v" == "12.0" ]; then processor=x86_64 fi fi