diff --git a/build.sh b/build.sh index 4aedc25efffd40f228399e422c06acc317c0396b..0f19e9c7d4090045a4396a6301e193d23ff8c1c6 100755 --- a/build.sh +++ b/build.sh @@ -100,7 +100,7 @@ do_make() if [ "$SYSTEM_SIZE" = "standard" ]; then 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" + 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 diff --git a/bundle.json b/bundle.json new file mode 100644 index 0000000000000000000000000000000000000000..bb6428da043b9a37ca0c1d87708b7ba4f228d792 --- /dev/null +++ b/bundle.json @@ -0,0 +1,30 @@ +{ + "name": "@ohos/xts_acts", + "description": "acts", + "version": "3.1", + "license": "Apache License 2.0", + "publishAs": "code-segment", + "segment": { + "destPath": "test/xts/acts" + }, + "dirs": {}, + "scripts": {}, + "component": { + "name": "xts_acts", + "subsystem": "", + "syscap": [], + "features": [], + "adapted_system_type": [], + "rom": "", + "ram": "", + "deps": { + "components": [], + "third_party": [] + }, + "build": { + "sub_component": [], + "inner_kits": [], + "test": [ "//test/xts/acts:acts" ] + } + } +} \ No newline at end of file