Change the directory to the scenario app (flutter/engine#17583)

This commit is contained in:
Emmanuel Garcia 2020-04-08 08:40:04 -07:00 committed by GitHub
parent 5cf8142431
commit 36c79c8a65

View File

@ -1,6 +1,8 @@
#!/bin/bash
"${BASH_SOURCE%/*}/compile_android_aot.sh" $1 $2
pushd "${BASH_SOURCE%/*}"
./compile_android_aot.sh "$1" "$2"
popd
pushd "${BASH_SOURCE%/*}/android"
./gradlew assembleDebug --no-daemon