update lite/buildFun.sh.

Signed-off-by: zhouhouyue <1282054757@qq.com>
This commit is contained in:
zhouhouyue 2023-02-15 03:42:09 +00:00 committed by Gitee
parent e1e38b8731
commit ae76e1769c
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -100,6 +100,8 @@ build_common()
else
if [[ "$PRODUCT" == "xts_demo" && "$PLATFORM" == "beken" ]]; then
cp -f $(dirname $suite_root_dir_common)/build/all_2M.1220.bin ${suite_root_dir_common}/acts/testcases/${PRODUCT}/OHOS_Image.bin
elif [[ "$PRODUCT" == "xts_demo" && "$PLATFORM" == "telink" ]]; then
cp -f $(dirname $suite_root_dir_common)/bin/xts_demo.bin ${suite_root_dir_common}/acts/testcases/${PRODUCT}/OHOS_Image.bin
else
cp -f $(dirname $suite_root_dir_common)/OHOS_Image.bin ${suite_root_dir_common}/acts/testcases/${PRODUCT}/OHOS_Image.bin
fi