From f9a1c9710444d98242fafd919d43632cf73bb0d6 Mon Sep 17 00:00:00 2001 From: huyx Date: Thu, 26 Sep 2024 21:33:04 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3arkui=E8=B0=83=E7=94=A8?= =?UTF-8?q?=E5=B4=A9=E6=BA=83=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: huyx --- interfaces/inner_api/hdi/hdi_base.h | 1 + 1 file changed, 1 insertion(+) diff --git a/interfaces/inner_api/hdi/hdi_base.h b/interfaces/inner_api/hdi/hdi_base.h index 7d61947be..df36c1fc9 100644 --- a/interfaces/inner_api/hdi/hdi_base.h +++ b/interfaces/inner_api/hdi/hdi_base.h @@ -65,6 +65,7 @@ public: * @param DESCRIPTOR Indicates the interface descriptor. */ #define DECLARE_HDI_DESCRIPTOR(DESCRIPTOR) \ + __attribute__((visibility("hidden"))) \ const static inline std::u16string metaDescriptor_ = {DESCRIPTOR}; \ const static inline std::u16string &GetDescriptor() \ { \ -- Gitee