AndroidTacticalAssaultKit-CIV icon indicating copy to clipboard operation
AndroidTacticalAssaultKit-CIV copied to clipboard

Have prebuild script stop on error

Open talentedbrute opened this issue 3 years ago • 1 comments

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.

talentedbrute avatar Sep 27 '22 14:09 talentedbrute

Adding set -e near the start of the prebuild.sh file might give you what you are looking for.

jtwine avatar Feb 27 '23 16:02 jtwine