diff --git a/bundle.json b/bundle.json index 6156ccc53..85960c121 100644 --- a/bundle.json +++ b/bundle.json @@ -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" ] diff --git a/transitto/BUILD.gn b/transitto/BUILD.gn index 4546fab5a..f236cbe4a 100644 --- a/transitto/BUILD.gn +++ b/transitto/BUILD.gn @@ -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", ] }