1
0

release.sh: check we have each binary (RM case)

~duplicated from the non-RM case
This commit is contained in:
SomberNight
2023-04-27 15:25:35 +00:00
parent 22b8c4e397
commit 155258f208
2 changed files with 13 additions and 0 deletions

View File

@@ -89,6 +89,7 @@ fi
if [[ "$2" == "all" ]] ; then
# build all apks
# FIXME failures are not propagated out: we should fail the script if any arch build fails
export APP_ANDROID_ARCH=armeabi-v7a
make $TARGET
export APP_ANDROID_ARCH=arm64-v8a