From 14221d04a7b406de2924a983b6544b3380f09259 Mon Sep 17 00:00:00 2001 From: zhangxiao72 Date: Thu, 21 Apr 2022 11:15:21 +0800 Subject: [PATCH] =?UTF-8?q?ace=5Fengine=E3=80=81napi=20=E9=83=A8=E4=BB=B6?= =?UTF-8?q?=E5=90=8D=E4=BB=93=E5=90=8D=E5=92=8C=E7=9B=AE=E5=BD=95=E5=90=8D?= =?UTF-8?q?=E6=95=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Id9b51fdfdb643280c58e6425d9b398c2a395588f Signed-off-by: zhangxiao72 --- BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.gn b/BUILD.gn index 2e13ebb..83e7f0a 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -88,6 +88,6 @@ ohos_executable("qjsc") { libs = [ "pthread" ] } - subsystem_name = "ace" + subsystem_name = "arkui" part_name = "ace_engine_full" }