From 9d849cd87bcc2b60db4fa6395d4ac53c95fe6b20 Mon Sep 17 00:00:00 2001 From: lanyill Date: Fri, 22 Jul 2022 16:42:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=B9xcomponent=20xts=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E7=94=A8=E4=BE=8B=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: lanyill Change-Id: Ib7830b2edb59af4dd5b574548354252824afa9ff --- arkui/ace_ets_xcomponent/BUILD.gn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arkui/ace_ets_xcomponent/BUILD.gn b/arkui/ace_ets_xcomponent/BUILD.gn index 7b6ccd534..acaa52f28 100644 --- a/arkui/ace_ets_xcomponent/BUILD.gn +++ b/arkui/ace_ets_xcomponent/BUILD.gn @@ -39,6 +39,8 @@ ohos_prebuilt_shared_library("libcppsharedso") { } else { source = " " } + } else { + source = " " } } -- GitLab