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 39cd1fc624c17c9e8e3b55914e7fdde2847b6600..4b53ad1334febb193f1ad8f9ac3ea7cf0aa4cbb4 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",