diff --git a/BUILD.gn b/BUILD.gn index 4816e14b9b82efb8e05bed25bc5dd1ce9ad40233..1ebebb846a19e2c36e530b6d04bb3bebe6224047 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -80,6 +80,11 @@ if (is_lite_system && current_os == "ohos") { } ohos_shared_headers("musl_headers") { + visibility = [ + ":*", + "//build/config/*", + "//build/templates/bpf/*", + ] deps = [ ":FreeBSD_copy", ":copy_uapi",