Skip to content

Commit 45b100a

Browse files
committed
build.sh: Make output dir
1 parent 3c0c0b7 commit 45b100a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ android_test_parallel() {
222222
for API in $*; do
223223
(
224224
LOG=build/android-test-$API.log
225+
mkdir -p build
225226
log_info "API $API: Running tests..."
226227
android_test $API 1>$LOG 2>&1
227228
ret_code=$?

0 commit comments

Comments
 (0)