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:
parent
59417423db
commit
4418c6e1c8
@ -83,7 +83,7 @@ function common_parse_arguments {
|
||||
key="$1"
|
||||
case $key in
|
||||
--conf)
|
||||
source "$2"
|
||||
source "$2" || exit 1
|
||||
shift
|
||||
;;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user