From 9960c9eda62b13ef6d3f18972775421ec79eac60 Mon Sep 17 00:00:00 2001 From: jiyong Date: Tue, 8 Feb 2022 20:42:17 +0800 Subject: [PATCH] =?UTF-8?q?xts=E9=83=A8=E4=BB=B6=E5=8C=96=E6=95=B4?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: jiyong --- build.sh | 2 +- bundle.json | 30 ++++++++++++++++++++++++++++++ 2 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 bundle.json diff --git a/build.sh b/build.sh index 4aedc25ef..0f19e9c7d 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 000000000..bb6428da0 --- /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 -- GitLab