From c5cc706b3a1b8fe90b538d7a2a403b7d0237976d Mon Sep 17 00:00:00 2001 From: Narayan Kamath Date: Wed, 8 Jan 2020 17:24:45 +0000 Subject: deploy.sh: stop execution on error. Test: packages/providers/MediaProvider.deploy.sh Change-Id: I0e87d30a1a6ffbdf7fa387c79ba19f15abb98fd2 --- deploy.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'deploy.sh') diff --git a/deploy.sh b/deploy.sh index 723e22e3e..22524c0ba 100755 --- a/deploy.sh +++ b/deploy.sh @@ -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 -- cgit v1.2.3-59-g8ed1b