From 8ae2782e32d6627a7c0111ead421e7be2483e1e7 Mon Sep 17 00:00:00 2001 From: yudechen Date: Thu, 3 Mar 2022 17:27:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=BC=96=E8=AF=91=E5=8D=95?= =?UTF-8?q?=E5=85=83=E6=8C=87=E5=AE=9A=E9=83=A8=E4=BB=B6=E5=92=8C=E5=AD=90?= =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: yudechen Change-Id: Ifb9a89f3693e83b7a847db5e2611a95d4d8f45da --- ts2panda/ts2abc/BUILD.gn | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ts2panda/ts2abc/BUILD.gn b/ts2panda/ts2abc/BUILD.gn index 01cd95db88..803df05e5b 100755 --- a/ts2panda/ts2abc/BUILD.gn +++ b/ts2panda/ts2abc/BUILD.gn @@ -110,4 +110,6 @@ ohos_static_library("jsoncpp_static") { "$jsoncpp_root/include", "$jsoncpp_root/include/json/", ] + subsystem_name = "ark" + part_name = "ark_frontend_tool" } -- Gitee