未验证 提交 71e34048 编写于 作者: O openharmony_ci 提交者: Gitee

!1824 modified build.sh

Merge pull request !1824 from jiyong/local-0220
......@@ -98,7 +98,11 @@ do_make()
rm -rf "$BASE_HOME/test/xts/autogen_apiobjs"
export XTS_SUITENAME=acts
if [ "$SYSTEM_SIZE" = "standard" ]; then
./build.sh --product-name $PRODUCT_NAME --gn-args build_xts=true --build-target $BUILD_TARGET --build-target "deploy_testtools" --gn-args is_standard_system=true
MUSL_ARGS=""
if [ "$PRODUCT_NAME" = "m40" ]; then
MUSL_ARGS = "--gn-args use_musl=false --gn-args use_custom_libcxx=true --gn-args use_custom_clang=true"
fi
./build.sh --product-name $PRODUCT_NAME --gn-args build_xts=true --build-target $BUILD_TARGET --build-target "deploy_testtools" --gn-args is_standard_system=true $MUSL_ARGS
else
if [ "$BUILD_TARGET" = "acts acts_ivi acts_intellitv acts_wearable" ]; then
./build.sh --product-name $PRODUCT_NAME --gn-args build_xts=true --build-target "acts" --build-target "acts_ivi" --build-target "acts_intellitv" --build-target "acts_wearable" --build-target "deploy_testtools"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册