编译修改

Signed-off-by: txl <tangxianglei@huawei.com>
This commit is contained in:
txl 2023-08-11 14:39:06 +08:00
parent 0e7862b675
commit e94bfe195a
2 changed files with 2 additions and 2 deletions

View File

@ -84,7 +84,7 @@ parse_cmdline()
shift shift
done done
if [ "$SYSTEM_SIZE" = "standard" ]; then 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"} PRODUCT_NAME=${PRODUCT_NAME:-"Hi3516DV300"}
else else
BUILD_TARGET=${BUILD_TARGET:-"dcts dcts_ivi dcts_intellitv dcts_wearable"} BUILD_TARGET=${BUILD_TARGET:-"dcts dcts_ivi dcts_intellitv dcts_wearable"}

View File

@ -24,7 +24,7 @@
"build": { "build": {
"sub_component": [], "sub_component": [],
"inner_kits": [], "inner_kits": [],
"test": [ "//test/xts/dcts:dcts" ] "test": [ "//test/xts/dcts:xts_dcts" ]
} }
} }
} }