From ad6e0b6cfeaa5e8543e10653442dcf7d94115942 Mon Sep 17 00:00:00 2001 From: y1585740638 Date: Sun, 25 Jun 2023 20:10:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9selinux=E4=BB=93=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: y1585740638 Change-Id: Ieaed98fe185e1127e2b45bb584e550d0b18b09c5 --- BUILD.gn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BUILD.gn b/BUILD.gn index 493d88b..c41223a 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -114,6 +114,6 @@ ohos_shared_library("libpcre2") { "platformsdk_indirect", "chipsetsdk_indirect", ] - part_name = "selinux" - subsystem_name = "security" + part_name = "pcre2" + subsystem_name = "thirdparty" } -- Gitee