Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Change the directory to the scenario app #17583

Merged
merged 1 commit into from
Apr 8, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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