diff options
author | 2020-01-08 17:24:45 +0000 | |
---|---|---|
committer | 2020-01-08 17:24:45 +0000 | |
commit | c5cc706b3a1b8fe90b538d7a2a403b7d0237976d (patch) | |
tree | c449c5e1849fd367182a3d0cb50bdfdfb5f12fc8 /deploy.sh | |
parent | 5278ead5e45a40aac5d8635f592ee32478c5fb56 (diff) |
deploy.sh: stop execution on error.
Test: packages/providers/MediaProvider.deploy.sh
Change-Id: I0e87d30a1a6ffbdf7fa387c79ba19f15abb98fd2
Diffstat (limited to 'deploy.sh')
-rwxr-xr-x | deploy.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,3 +1,4 @@ +set -e # Build both our APK and APEX combined together ./build/soong/soong_ui.bash --make-mode -j64 MediaProviderLegacy com.google.android.mediaprovider |