Merge "Fix finalization script to upload abi prebuilts."
diff --git a/finalize-step-1.sh b/finalize-step-1.sh
index 1ca98d4..20bc2bf 100755
--- a/finalize-step-1.sh
+++ b/finalize-step-1.sh
@@ -26,7 +26,7 @@
             repo start fina-step1 ;
             git add -A . ;
             git commit -m FINALIZATION_STEP_1_SCRIPT_COMMIT -m WILL_BE_AUTOMATICALLY_REVERTED ;
-            repo upload --cbr --no-verify -t -y . ;
+            repo upload --cbr --no-verify -o nokeycheck -t -y . ;
             git clean -fdx ; git reset --hard ;
         fi'
 }
diff --git a/finalize-step-2.sh b/finalize-step-2.sh
index 6e95ac4..627153b 100755
--- a/finalize-step-2.sh
+++ b/finalize-step-2.sh
@@ -26,7 +26,7 @@
             repo start fina-step1 ;
             git add -A . ;
             git commit -m FINALIZATION_STEP_2_SCRIPT_COMMIT -m WILL_BE_AUTOMATICALLY_REVERTED ;
-            repo upload --cbr --no-verify -t -y . ;
+            repo upload --cbr --no-verify -o nokeycheck -t -y . ;
             git clean -fdx ; git reset --hard ;
         fi'
 }