Fork
0
代码
介绍
代码
Issues
Pull Requests
流水线
Actions
讨论
Wiki
项目成员
分析
项目设置
Fork
0
master
web_webview
/
test
/
unittest
/
app_fwk_update_client_test
下载当前目录
lgh-w
feat: 添加编译选项控制 app_fwk_update_service 组件编译
c2754539
创建于
3月30日
历史提交
文件
最后提交记录
最后更新时间
BUILD.gn
feat: 添加编译选项控制 app_fwk_update_service 组件编译 添加 webview_app_fwk_update_enable 编译开关,允许在编译时选择是否包含 app_fwk_update_service 组件及其相关测试。 修改内容: - config.gni: 添加 webview_app_fwk_update_enable 编译开关 - sa/app_fwk_update/BUILD.gn: 添加条件编译控制组件编译 - ohos_nweb/BUILD.gn: 添加条件编译控制核心库依赖 - test/unittest/app_fwk_update_client_test/BUILD.gn: 添加条件编译控制单元测试 - test/fuzztest/verifypackageinstall_fuzzer/BUILD.gn: 添加条件编译控制模糊测试 使用方法: - 启用(默认): ./build.sh --product-name rk3568 --build-target webview - 禁用: ./build.sh --product-name rk3568 --build-target webview --gn-args="webview_app_fwk_update_enable=false" 🤖 Generated with [Claude Code](
https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com> Signed-off-by: LGH W <wulonghui2@huawei.com>
2 个月前
app_fwk_update_client_test.cpp
add test case for NotifyFWKAfterBmsStart Signed-off-by: atlas_zhang <zhangkai97@huawei.com>
6 个月前
app_fwk_update_service_test.cpp
fix tdd for app_fwk_update_service_test Signed-off-by: 张有康 <zhangyoukang2@h-partners.com>
2 个月前