!6815 fix spelling: andriod->android

Merge pull request !6815 from xsmq/dev
This commit is contained in:
mindspore-ci-bot 2020-09-24 12:41:18 +08:00 committed by Gitee
commit 26c62a57ef
1 changed files with 2 additions and 2 deletions

View File

@ -650,7 +650,7 @@ echo ${arm_path}
echo ${converter_path}
mkdir train
arm64_path=${release_path}/andriod_aarch64
arm64_path=${release_path}/android_aarch64
mv ${arm64_path}/*runtime-*train* ./train
file_name=$(ls ${arm64_path}/*runtime-arm64*.tar.gz)
IFS="-" read -r -a file_name_array <<< "$file_name"
@ -658,7 +658,7 @@ version=${file_name_array[2]}
IFS="." read -r -a suffix <<< "${file_name_array[-1]}"
process_unit_arm64=${suffix[0]}
arm32_path=${release_path}/andriod_aarch32
arm32_path=${release_path}/android_aarch32
mv ${arm32_path}/*runtime-*train* ./train
file_name=$(ls ${arm32_path}/*runtime-arm32*.tar.gz)
IFS="-" read -r -a file_name_array <<< "$file_name"