From 70e5f19c6a66559536caa46b2c878925d3970bd5 Mon Sep 17 00:00:00 2001 From: chengjinsong2 Date: Tue, 23 May 2023 17:00:20 +0800 Subject: [PATCH] feat: add innertag on third_party_selinux Signed-off-by: chengjinsong2 --- BUILD.gn | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/BUILD.gn b/BUILD.gn index 68ca3a26..1df618b2 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -229,6 +229,10 @@ ohos_shared_library("libselinux") { "updater", ] license_file = "$LIBSELINUX_ROOT_DIR/LICENSE" + innerapi_tags = [ + "platformsdk_indirect", + "chipsetsdk_indirect", + ] part_name = "selinux" subsystem_name = "security" } -- Gitee