Skip to content

Commit

Permalink
Change the directory to the scenario app (#17583)
Browse files Browse the repository at this point in the history
  • Loading branch information
Emmanuel Garcia committed Apr 8, 2020
1 parent 157069c commit 1b48463
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion testing/scenario_app/assemble_apk.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 1b48463

Please sign in to comment.