From e94bfe195ada6da6ffff61398095eb5efd090362 Mon Sep 17 00:00:00 2001 From: txl Date: Fri, 11 Aug 2023 14:39:06 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=96=E8=AF=91=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: txl --- build.sh | 2 +- bundle.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sh b/build.sh index 34a01a2..490d29c 100755 --- a/build.sh +++ b/build.sh @@ -84,7 +84,7 @@ parse_cmdline() shift done if [ "$SYSTEM_SIZE" = "standard" ]; then - BUILD_TARGET=${BUILD_TARGET:-"test/xts/dcts:dcts"} + BUILD_TARGET=${BUILD_TARGET:-"test/xts/dcts:xts_dcts"} PRODUCT_NAME=${PRODUCT_NAME:-"Hi3516DV300"} else BUILD_TARGET=${BUILD_TARGET:-"dcts dcts_ivi dcts_intellitv dcts_wearable"} diff --git a/bundle.json b/bundle.json index ed75eaf..a144f9b 100755 --- a/bundle.json +++ b/bundle.json @@ -24,7 +24,7 @@ "build": { "sub_component": [], "inner_kits": [], - "test": [ "//test/xts/dcts:dcts" ] + "test": [ "//test/xts/dcts:xts_dcts" ] } } }