!731 so 解析脚本单位表示错误

Merge pull request !731 from xuxinyu/FixdylinkSO_pares
This commit is contained in:
openharmony_ci 2022-06-23 11:16:40 +00:00 committed by Gitee
commit 2c5b750a46
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -60,6 +60,6 @@ ${READELF} -l $1 | while read line; do
done
NEED_SIZE=`tail -n 1 ${TMP_FILE}`
echo "${NEED_SIZE} kb memory to reserve for $1!"
echo "${NEED_SIZE} bytes memory to reserve for $1!"
${RM} -f ${TMP_FILE}