docker/android: fixed docker not detecting compilation failure. ios: added exit flag for install_deps.sh script

This commit is contained in:
matlabbe
2022-10-30 15:07:55 -07:00
parent 69214b927a
commit def876983d
3 changed files with 6 additions and 0 deletions

View File

@@ -1,5 +1,7 @@
#!/bin/bash
set -e
if [ $# -ne 1 ]; then
echo "deps.bash android_install_prefix # Example: setup.bash /opt/android"
exit 1

View File

@@ -1,5 +1,7 @@
#!/bin/bash
set -e
if [ $# -ne 2 ]; then
echo "rtabmap.bash android_install_prefix api_level (23 for tango, 24 for arengine) # Example: build.bash /opt/android 24"
exit 1