From 545e623b2b5f6fda2ff6a8531b23124a27065703 Mon Sep 17 00:00:00 2001 From: shilei Date: Mon, 28 Nov 2022 19:22:05 +0800 Subject: [PATCH] fixed 61fe4a5 from https://gitee.com/shilei91/bundlemanager_bundle_framework_lite/pulls/234 add Signed-off-by: shilei Change-Id: I3199dc25b6e683dcb5108fb28803720001071f4f --- frameworks/bundle_lite/BUILD.gn | 1 + services/bundlemgr_lite/BUILD.gn | 1 + 2 files changed, 2 insertions(+) diff --git a/frameworks/bundle_lite/BUILD.gn b/frameworks/bundle_lite/BUILD.gn index 6d11471..6999eec 100644 --- a/frameworks/bundle_lite/BUILD.gn +++ b/frameworks/bundle_lite/BUILD.gn @@ -55,6 +55,7 @@ lite_library("bundle") { "${appexecfwk_lite_path}/interfaces/kits/bundle_lite", "${appexecfwk_lite_path}/utils/bundle_lite", "${appexecfwk_lite_path}/frameworks/bundle_lite/include", + "//base/hiviewdfx/hilog_lite/interfaces/native/kits/hilog_lite", "//base/security/permission_lite/interfaces/kits", "//base/security/permission_lite/services/pms/include", "${aafwk_lite_path}/frameworks/want_lite/include", diff --git a/services/bundlemgr_lite/BUILD.gn b/services/bundlemgr_lite/BUILD.gn index 6f27ac0..b57e518 100644 --- a/services/bundlemgr_lite/BUILD.gn +++ b/services/bundlemgr_lite/BUILD.gn @@ -58,6 +58,7 @@ if (ohos_kernel_type == "liteos_m") { "${appexecfwk_lite_path}/interfaces/kits/bundle_lite", "${appexecfwk_lite_path}/utils/bundle_lite", "${appexecfwk_lite_path}/frameworks/bundle_lite/include", + "//base/hiviewdfx/hilog_lite/interfaces/native/kits/hilog_lite", "//base/startup/init/interfaces/innerkits/include/syspara", "${aafwk_lite_path}/interfaces/kits/ability_lite/slite", "${aafwk_lite_path}/services/abilitymgr_lite/include", -- Gitee