12 lines
146 B
Bash
Executable File
12 lines
146 B
Bash
Executable File
#!/bin/bash
|
|
|
|
set -xe
|
|
|
|
arm_flavor=$1
|
|
|
|
source $(dirname "$0")/tc-tests-utils.sh
|
|
|
|
source $(dirname "$0")/tf_tc-vars.sh
|
|
|
|
do_deepspeech_java_apk_build
|