mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Change the directory to the scenario app (flutter/engine#17583)
This commit is contained in:
parent
5cf8142431
commit
36c79c8a65
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user