mirror of
https://gitee.com/openharmony/xts_hats
synced 2024-11-30 18:41:17 +00:00
up 64
Signed-off-by: jiyong <jiyong@huawei.com>
This commit is contained in:
parent
b035f53e3c
commit
b4b06d720a
2
build.sh
2
build.sh
@ -98,7 +98,7 @@ do_make()
|
||||
rm -rf "$BASE_HOME/test/xts/autogen_apiobjs"
|
||||
export XTS_SUITENAME=hats
|
||||
if [ "$SYSTEM_SIZE" = "standard" ]; then
|
||||
./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 --target_cpu $TARGET_ARCH
|
||||
./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 --target-cpu $TARGET_ARCH
|
||||
else
|
||||
if [ "$BUILD_TARGET" = "hats hats_ivi hats_intellitv hats_wearable" ]; then
|
||||
./build.sh --product-name $PRODUCT_NAME --gn-args build_xts=true --build-target "hats" --build-target "hats_ivi" --build-target "hats_intellitv" --build-target "hats_wearable" --build-target "deploy_testtools"
|
||||
|
Loading…
Reference in New Issue
Block a user