[Android] Stop when first error occurs
authorSangjung Woo <sangjung.woo@samsung.com>
Mon, 11 May 2020 09:53:57 +0000 (18:53 +0900)
committerMyungJoo Ham <myungjoo.ham@samsung.com>
Tue, 12 May 2020 00:17:30 +0000 (09:17 +0900)
commit114b5a61337ad36f9a0879bc5edef019cbcfef37
tree18db5ea09169bd91a01e464362a2c227d27cf3d1
parent4f88aa7f32c29fcfef3a4de018ee5266fe7dd269
[Android] Stop when first error occurs

When running build-android-lib.sh, it does not stop even though error
occur (e.g. command not found). It makes users hard to find the reason
of the problem. This patch stops first error occurs so users can fix it
easily.

Signed-off-by: Sangjung Woo <sangjung.woo@samsung.com>
api/android/build-android-lib.sh