mirror of
https://gitee.com/openharmony/xts_dcts
synced 2024-11-23 07:39:59 +00:00
编译修改
Signed-off-by: txl <tangxianglei@huawei.com>
This commit is contained in:
parent
0e7862b675
commit
e94bfe195a
2
build.sh
2
build.sh
@ -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"}
|
||||||
|
@ -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" ]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user