From 919c6f86d9e51f13c4dadea4e4f05276b86eead7 Mon Sep 17 00:00:00 2001 From: y00810035 Date: Tue, 20 Jun 2023 17:44:51 +0800 Subject: [PATCH] =?UTF-8?q?=E9=80=82=E9=85=8Ddfx=E9=83=A8=E4=BB=B6?= =?UTF-8?q?=E5=8C=96=E6=95=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: y00810035 Change-Id: I3b7c7b04263f47c6af82bacdaf04b459769fe3c7 --- BUILD.gn | 2 +- bundle.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/BUILD.gn b/BUILD.gn index 6ddcb3fb4..8c4cb1e2a 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -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", diff --git a/bundle.json b/bundle.json index 0eedc94c2..8532b2b5c 100644 --- a/bundle.json +++ b/bundle.json @@ -19,7 +19,7 @@ "ram": "3072KB", "deps": { "components": [ - "hilog_native" + "hilog" ], "third_party": [ "pcre2",