From f627d306e9581d3e357c02f3433268a8f150a4aa Mon Sep 17 00:00:00 2001 From: lanhaoyu Date: Wed, 2 Apr 2025 14:23:32 +0800 Subject: [PATCH] =?UTF-8?q?external=5Fdeps=E6=95=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: lanhaoyu --- bundle.json | 1 + frameworks/BUILD.gn | 1 + 2 files changed, 2 insertions(+) diff --git a/bundle.json b/bundle.json index 77f22d9..bfdeaab 100644 --- a/bundle.json +++ b/bundle.json @@ -30,6 +30,7 @@ "ipc", "os_account", "samgr", + "selinux_adapter", "json", "jsoncpp", "access_token", diff --git a/frameworks/BUILD.gn b/frameworks/BUILD.gn index 618f99b..f86974a 100644 --- a/frameworks/BUILD.gn +++ b/frameworks/BUILD.gn @@ -155,6 +155,7 @@ ohos_source_set("tools_test_bm_source_set") { "jsoncpp:jsoncpp", "os_account:os_account_innerkits", "samgr:samgr_proxy", + "selinux_adapter:librestorecon", ] public_external_deps = [ -- Gitee