From 284d26e9f7ba2d2db7c80a797cabf08c34b9739b Mon Sep 17 00:00:00 2001 From: huqingyun Date: Fri, 17 May 2024 02:25:01 +0000 Subject: [PATCH] =?UTF-8?q?BUILD.gn=20=E6=96=B0=E5=A2=9Esource=20styled=5F?= =?UTF-8?q?string.h?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: huqingyun Change-Id: Iedc05f521501f3c6739c15c33808b3d9d842d641 --- arkui/ace_engine/native/BUILD.gn | 1 + 1 file changed, 1 insertion(+) diff --git a/arkui/ace_engine/native/BUILD.gn b/arkui/ace_engine/native/BUILD.gn index 024c3882010..46ff70046e6 100644 --- a/arkui/ace_engine/native/BUILD.gn +++ b/arkui/ace_engine/native/BUILD.gn @@ -34,6 +34,7 @@ if (!is_arkui_x) { "native_node.h", "native_node_napi.h", "native_type.h", + "styled_string.h", "ui_input_event.h", ] } -- Gitee