!998 profiler---修改selinux仓名

Merge pull request !998 from yu/selinuxadapter0625
This commit is contained in:
openharmony_ci 2023-07-03 13:02:08 +00:00 committed by Gitee
commit 3ced9645fc
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 4 additions and 4 deletions

View File

@ -41,7 +41,7 @@
"napi",
"safwk",
"samgr",
"selinux",
"selinux_adapter",
"zlib"
],
"third_party": [
@ -52,7 +52,7 @@
"libunwind",
"openssl",
"protobuf",
"thirdparty_selinux",
"selinux",
"utils",
"zlib"
]

View File

@ -40,8 +40,8 @@ ohos_executable("transitto") {
deps += [ "//third_party/selinux:libselinux" ]
defines += [ "SUPPORT_SELINUX_TRANSITTO" ]
external_deps += [
"selinux:libload_policy",
"selinux:librestorecon",
"selinux_adapter:libload_policy",
"selinux_adapter:librestorecon",
]
}