Skip to content

Commit

Permalink
Exit if make_deps.sh failed in android_builder.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Benau committed Oct 5, 2021
1 parent 835154b commit 6f7c8c3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tools/android_builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
# STK for your own use, then use android/make.sh script instead.

export BUILD_TYPE=Beta
export PROJECT_VERSION=git20210925
export PROJECT_CODE=296
export PROJECT_VERSION=git20211004
export PROJECT_CODE=299
export STK_STOREPASS="xxx"
export STK_KEYSTORE="/path/to/stk.keystore"
export STK_ALIAS="alias"
Expand Down Expand Up @@ -169,6 +169,7 @@ fi

cd ./android
./make_deps.sh
check_error
./make.sh
cd -

Expand Down

0 comments on commit 6f7c8c3

Please sign in to comment.