!728 移除顶层BUILD.gn中的visibility属性设置

Merge pull request !728 from Caoruihong/remove_visibility
This commit is contained in:
openharmony_ci 2021-12-08 13:57:00 +00:00 committed by Gitee
commit 9b397173fe
1 changed files with 0 additions and 3 deletions

View File

@ -82,8 +82,6 @@ generate_notice_file("kernel_notice_file") {
]
}
visibility = [ ":*" ]
liteos_arch_cflags = []
if (defined(LOSCFG_ARCH_ARM)) {
mcpu = LOSCFG_ARCH_CPU
@ -314,7 +312,6 @@ group("tests") {
group("kernel") {
deps = [ ":build_kernel_image" ]
visibility += [ "//build/lite:ohos" ]
}
group("liteos_a") {