From 63a0fcaefba4e65a4f6ebffb03a1c9f1b15661f8 Mon Sep 17 00:00:00 2001 From: Caoruihong Date: Wed, 8 Dec 2021 17:55:07 +0800 Subject: [PATCH] chore(build): remove visibility of the top BUILD.gn Signed-off-by: Caoruihong Change-Id: I83616f794d169c8637ab79b2dd96d3858d11fce7 --- BUILD.gn | 3 --- 1 file changed, 3 deletions(-) diff --git a/BUILD.gn b/BUILD.gn index d4146236..9f2ace59 100644 --- a/BUILD.gn +++ b/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") {