Reject invalid android build configuration

Without this patch, the default build configuration will be picked
silently and continuous integration does not detect any problem

(cherry picked from commit 8cb12fb0ea)
This commit is contained in:
Christian Plattner 2022-01-12 13:39:24 +01:00 committed by akallabeth
parent 59417423db
commit 4418c6e1c8

View File

@ -83,7 +83,7 @@ function common_parse_arguments {
key="$1"
case $key in
--conf)
source "$2"
source "$2" || exit 1
shift
;;