From 12315caa5560b0d4e023e17589ad7024000a449d Mon Sep 17 00:00:00 2001 From: yudechen Date: Tue, 8 Mar 2022 09:13:05 +0800 Subject: [PATCH] =?UTF-8?q?fixed=20b347274=20from=20https://gitee.com/yude?= =?UTF-8?q?chen/security=5Faccess=5Ftoken/pulls/119=20=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E7=BC=96=E8=AF=91=E5=8D=95=E5=85=83=E6=8C=87=E5=AE=9A=E9=83=A8?= =?UTF-8?q?=E4=BB=B6=E5=90=8D=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: yudechen Change-Id: Ie774cc04ac8e91a4fdcbd660ab81e784889f9f54 --- tools/accesstoken/BUILD.gn | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/accesstoken/BUILD.gn b/tools/accesstoken/BUILD.gn index ab8eb964b..0abe59f32 100644 --- a/tools/accesstoken/BUILD.gn +++ b/tools/accesstoken/BUILD.gn @@ -47,6 +47,9 @@ ohos_source_set("tools_atm_source_set") { "hiviewdfx_hilog_native:libhilog", "ipc:ipc_core", ] + + subsystem_name = "security" + part_name = "access_token" } ohos_executable("atm") { -- Gitee