Lines Matching refs:BUILD_TARGET
21 echo " ./build.sh [suite=BUILD_TARGET] [target_os=TARGET_OS] [target_arch=TARGET_ARCH] [variant=BUILD_VARIANT] [target_subsystem=TARGET_SUBSYSTEM]"
22 echo " suite : BUILD_TARGET acts, hats, dcts"
39 BUILD_TARGET=""
61 suite) BUILD_TARGET="$PARAM"
87 BUILD_TARGET=${BUILD_TARGET:-"test/xts/acts:xts_acts"}
90 BUILD_TARGET=${BUILD_TARGET:-"acts acts_ivi acts_intellitv acts_wearable"}
96 BUILD_TARGET=$(echo "$BUILD_TARGET" | sed 's/,/ /g')
97 echo "BUILD_TARGET: $BUILD_TARGET"
123 ./build.sh --product-name $PRODUCT_NAME --gn-args $system_build_params --build-target $BUILD_TARGET --build-target "deploy_testtools" --gn-args is_standard_system=true $MUSL_ARGS --target-cpu $TARGET_ARCH --get-warning-list=false --stat-ccache=true --compute-overlap-rate=false --deps-guard=false $CACHE_ARG --gn-args skip_generate_module_list_file=true
125 if [ "$BUILD_TARGET" = "acts acts_ivi acts_intellitv acts_wearable" ]; then
128 ./build.sh --product-name $PRODUCT_NAME --gn-args $system_build_params --build-target $BUILD_TARGET --build-target "deploy_testtools"