代码拉取完成,页面将自动刷新
同步操作将从 liangliang6768/tool 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
#!/bin/bash
cd ..
if [ -z "$pr_list" ]; then
rm -rf prebuilts/ohos-sdk
rm -rf prebuilts/build-tools/common/oh-command-line-tools
fi
yes y | apt install libxinerama-dev libxcursor-dev libxrandr-dev libxi-dev
yes y | apt install gcc-multilib
bash build/prebuilts_download.sh
echo 'start'
if [[ -z $project_list ]]; then
build_target='build/ohos/packages:build_all_test_pkg'
else
build_target="TDD$project_list"
fi
export CCACHE_MAXSIZE=100G
export CCACHE_BASE="${PWD}"
export NO_DEVTOOL=1
export CCACHE_LOG_SUFFIX="dayu200-arm32"
export CCACHE_NOHASHDIR="true"
export CCACHE_SLOPPINESS="include_file_ctime"
./build.sh --product-name rk3568 --ccache --build-target $build_target --gn-args enable_notice_collection=false --disable-package-image --gn-args enable_lto_O0=true --gn-args skip_generate_module_list_file=true --disable-part-of-post-build output_part_rom_status --disable-part-of-post-build get_warning_list --disable-part-of-post-build compute_overlap_rate --get-warning-list=false --compute-overlap-rate=false --deps-guard=true --gn-args use_thin_lto=false --ninja-args=-j60 --gn-args archive_ndk=false --gn-args enable_process_notice=false
echo 'build script finished'
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。