Skip to content

Commit 591ada5

Browse files
dnfieldgoderbauer
authored andcommitted
set -e on assemble_apk.sh (flutter#17588)
* set -e on assemble_apk.sh * build the necessary artifacts
1 parent c9a557b commit 591ada5

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

testing/scenario_app/assemble_apk.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
#!/bin/bash
22

3+
set -e
4+
5+
pushd "${BASH_SOURCE%/*}/../../.."
6+
./flutter/tools/gn --unopt
7+
ninja -C out/host_debug_unopt sky_engine sky_services
8+
popd
9+
310
pushd "${BASH_SOURCE%/*}"
411
./compile_android_aot.sh "$1" "$2"
512
popd

0 commit comments

Comments
 (0)