All checks were successful
PR Checks / android-build (pull_request) Successful in 8m43s
The SDK install succeeds (reaches 100% unzip) but the step reported exit 141: with -o pipefail, 'yes' dying of SIGPIPE (128+13) once sdkmanager closes the pipe poisons the pipeline status. Disable pipefail for that line so only sdkmanager's exit gates success. Co-Authored-By: Claude <noreply@anthropic.com>