chore(build): remove visibility of the top BUILD.gn

Signed-off-by: Caoruihong <crh.cao@huawei.com>
Change-Id: I83616f794d169c8637ab79b2dd96d3858d11fce7
This commit is contained in:
Caoruihong 2021-12-08 17:55:07 +08:00
parent 144214869f
commit 63a0fcaefb
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") {