From f384dbaa4927c138b91f3e385e1c3e075033bf25 Mon Sep 17 00:00:00 2001 From: jiyong Date: Tue, 17 May 2022 11:12:01 +0800 Subject: [PATCH] up 64 Signed-off-by: jiyong --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 292ced085..787e34eb3 100755 --- a/build.sh +++ b/build.sh @@ -102,7 +102,7 @@ do_make() 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 --target_cpu $TARGET_ARCH + ./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 --target-cpu $TARGET_ARCH 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" -- GitLab