mirror of
https://github.com/mozilla/DeepSpeech.git
synced 2025-10-26 11:19:39 +00:00
14 lines
187 B
Bash
Executable File
14 lines
187 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -xe
|
|
|
|
arm_flavor=$1
|
|
|
|
source $(dirname "$0")/tc-tests-utils.sh
|
|
|
|
source ${DS_ROOT_TASK}/DeepSpeech/tf/tc-vars.sh
|
|
|
|
android_install_sdk_platform
|
|
|
|
do_deepspeech_java_apk_build
|