已开启
Guard UI dependencies of AppSpawnLiteTest #2943
hwyml创建于 29 天前
Guard UI dependencies of AppSpawnLiteTest #2943
已开启
合并受阻
29 天前 关联了issue:AppSpawnLiteTest breaks debug builds of products without the ArkUI lite stack
29 天前 添加了label:waiting_on_author
openharmony_ci
29 天前 评论:
29 天前 评论:
感谢提交 Pull Requests!如果您提交的PR已经开发完毕,请评论 "start build" 触发门禁,更多交互操作,请访问OpenHarmony社区支持命令清单。如果需要调整订阅PR、Issue的变更状态,请访问订阅链接。
Thanks for submitting the pull request. If your Pull Request has already been developed, you can leave a "start build" comment to trigger the gated system. For more commands, please visit OpenHarmony Command List. If you need to change the subscription of a Pull Request or Issue, please visit the link.


29 天前 添加了label:dco检查成功
openharmony_dcp
4 天前 评论:
4 天前 评论:
您好, @hwymlgitcode 该PR需要您响应,已过去25天未响应,请根据检视意见进行修改,如5天内未响应检视意见,此PR会被自动关闭。关闭后的PR,如有需要,您可以自行打开该PR。


相关的Issue
#2138
原因(目的、解决的问题等)
appspawn lite 主目标的 ace/ui/graphic 依赖有 feature 守卫,但 AppSpawnLiteTest 无条件依赖,无 ArkUI 栈的产品 debug 构建失败。
描述(做了什么,变更了什么)
给单测的 4 个 UI 依赖加与主目标相同的 ability_lite_enable_ohos_appexecfwk_feature_ability 守卫,并 import 定义该变量的 aafwk config.gni。
测试用例(新增、改动、可能影响的功能)