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:
parent
144214869f
commit
63a0fcaefb
3
BUILD.gn
3
BUILD.gn
|
@ -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") {
|
||||
|
|
Loading…
Reference in New Issue