Add "set -e" to build.sh as suggested by Rintaro.
Change-Id: I75417b70c173138ec96b161faca6e09fc1b1c7f1
This commit is contained in:
parent
97e576787f
commit
e82f0c00c1
2
build.sh
2
build.sh
|
@ -20,6 +20,8 @@
|
||||||
# ninja -C out/Debug {Module} # Again, Module is optional.
|
# ninja -C out/Debug {Module} # Again, Module is optional.
|
||||||
# ninja -C out/Release {Module} # Again, Module is optional.
|
# ninja -C out/Release {Module} # Again, Module is optional.
|
||||||
|
|
||||||
|
set -e
|
||||||
|
|
||||||
function setup_packager_env() {
|
function setup_packager_env() {
|
||||||
if [ $# -lt 1 ]; then
|
if [ $# -lt 1 ]; then
|
||||||
local type="Debug"
|
local type="Debug"
|
||||||
|
|
Loading…
Reference in New Issue