Skip to content

Commit

Permalink
set -e on assemble_apk.sh (flutter#17588)
Browse files Browse the repository at this point in the history
* set -e on assemble_apk.sh

* build the necessary artifacts
  • Loading branch information
dnfield authored Apr 8, 2020
1 parent 7a591cf commit 0726621
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions testing/scenario_app/assemble_apk.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
#!/bin/bash

set -e

pushd "${BASH_SOURCE%/*}/../../.."
./flutter/tools/gn --unopt
ninja -C out/host_debug_unopt sky_engine sky_services
popd

pushd "${BASH_SOURCE%/*}"
./compile_android_aot.sh "$1" "$2"
popd
Expand Down

0 comments on commit 0726621

Please sign in to comment.