!2536 适配dfx部件化整改

Merge pull request !2536 from yu/dfx
This commit is contained in:
openharmony_ci 2023-06-21 09:58:18 +00:00 committed by Gitee
commit 0397b2b879
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 2 additions and 2 deletions

View File

@ -124,7 +124,7 @@ ohos_static_library("libselinux_hilog_static") {
sources = [ "interfaces/policycoreutils/src/selinux_log.c" ]
include_dirs = [ "interfaces/policycoreutils/include" ]
deps = [ "$THIRD_PARTY_DIR/bounds_checking_function:libsec_shared" ]
external_deps = [ "hilog_native:libhilog" ]
external_deps = [ "hilog:libhilog" ]
cflags = [
"-D_GNU_SOURCE",
"-Wall",

View File

@ -19,7 +19,7 @@
"ram": "3072KB",
"deps": {
"components": [
"hilog_native"
"hilog"
],
"third_party": [
"pcre2",