AndroidTacticalAssaultKit-CIV
AndroidTacticalAssaultKit-CIV copied to clipboard
Have prebuild script stop on error
With all of the dependencies being built by the prebuild script it would be very helpful if the script stopped when a build error was encountered. As of right now the script will finish successfully even when something failed in the build prior.
Adding set -e near the start of the prebuild.sh file might give you what you are looking for.