From ac3cd2d7c23d0bfcef4c03ab8c4ffc9835c3174f Mon Sep 17 00:00:00 2001 From: xwx1135370 Date: Thu, 14 Aug 2025 15:09:16 +0800 Subject: [PATCH] =?UTF-8?q?[musl=5Fheaders]=E9=99=A4=E7=BC=96=E8=AF=91?= =?UTF-8?q?=E6=A1=86=E6=9E=B6=E5=A4=96=EF=BC=8C=E5=85=B6=E4=BB=96=E9=83=A8?= =?UTF-8?q?=E4=BB=B6=E4=B8=8D=E8=83=BD=E6=98=BE=E7=A4=BA=E4=BE=9D=E8=B5=96?= =?UTF-8?q?musl?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit issue:https://gitee.com/openharmony/third_party_musl/issues/ICSX81 Signed-off-by: xwx1135370 --- BUILD.gn | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/BUILD.gn b/BUILD.gn index 4816e14b9..1ebebb846 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", -- Gitee