build.sh: Make output dir

This commit is contained in:
2025-03-22 15:26:28 -05:00
parent 3c0c0b77ff
commit 45b100aad9

View File

@@ -222,6 +222,7 @@ android_test_parallel() {
for API in $*; do
(
LOG=build/android-test-$API.log
mkdir -p build
log_info "API $API: Running tests..."
android_test $API 1>$LOG 2>&1
ret_code=$?