1
0
mirror of https://github.com/ndarilek/tts-rs.git synced 2024-10-18 06:29:38 +00:00
tts-rs/Makefile.toml

15 lines
279 B
Makefile
Raw Normal View History

2020-12-30 18:28:07 +00:00
[tasks.build-android-example]
script = [
"cd examples/android",
"./gradlew assembleDebug",
]
[tasks.run-android-example]
script = [
"cd examples/android",
"./gradlew runDebug",
]
[tasks.log-android]
command = "adb"
args = ["logcat", "RustStdoutStderr:D", "*:S"]