mirror of
https://gitee.com/openharmony/xts_tools
synced 2024-11-23 16:00:16 +00:00
update lite/buildFun.sh.
Signed-off-by: zhouhouyue <1282054757@qq.com>
This commit is contained in:
parent
e1e38b8731
commit
ae76e1769c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user