提交 5191c0aa 编写于 作者: J jiyong_sd

modified build.sh

Signed-off-by: Njiyong_sd <jiyong@huawei.com>
Change-Id: I34775bbdbb79a3b97c2d8b02406d0c3da399b2b1
上级 ff5e9288
......@@ -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.
先完成此消息的编辑!
想要评论请 注册