diff --git a/frameworks/bundle_lite/BUILD.gn b/frameworks/bundle_lite/BUILD.gn index 6d11471e8b5df1a83309e8248b9877893fbb35ff..6999eec3989a57458e245230adf43abfe8a07189 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 6f27ac0f5b581fe084468fb09c3c5f3cfc9895f4..b57e5184bcbe0a0d6ae7cf3180c1858eeca1e23d 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",