diff --git a/BUILD.gn b/BUILD.gn index 349c79ab16945eb8ac0de25651bf6d89d125ed48..df6b44e913ea618f67f413e62b3142eed906edac 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -94,7 +94,7 @@ ohos_shared_library("sqlite") { if (target_os == "ios") { deps += [ "//third_party/bounds_checking_function:libsec_shared" ] } else { - deps += [ "//commonlibrary/c_utils/base:utils" ] + external_deps = [ "c_utils:utils" ] } } else { external_deps = [