blob: 2671adc80c3156775f4316b03ba62d774cd685c8 [file] [log] [blame]
#!/bin/bash
"${BASH_SOURCE%/*}/compile_android_aot.sh" $1 $2
pushd "${BASH_SOURCE%/*}/android"
./gradlew assembleDebug --no-daemon
popd