diff --git a/BUILD.gn b/BUILD.gn index 68ca3a26ce4c7366ee2f48441c7ec6c3ea2ff994..fde39d8562aeea560ec478867f56af38314b9bfb 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" }