mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 18:33:23 +00:00
android: Ensure rm exits zero
This is to comply with set -e Signed-off-by: Anton Lundin <glance@acc.umu.se>
This commit is contained in:
parent
cfa241036c
commit
f9c85fa755
1 changed files with 1 additions and 1 deletions
|
@ -145,7 +145,7 @@ else
|
|||
fi
|
||||
|
||||
rm -f ./subsurface-mobile-build-arm/build/outputs/apk/*.apk
|
||||
rm -d ./subsurface-mobile-build-arm/AndroidManifest.xml
|
||||
rm -df ./subsurface-mobile-build-arm/AndroidManifest.xml
|
||||
|
||||
if [ "$USE_X" ] ; then
|
||||
bash "$USE_X" subsurface/packaging/android/build.sh "$RELEASE" -buildnr "$BUILDNR" arm "$@"
|
||||
|
|
Loading…
Add table
Reference in a new issue