diff --git a/services/bundlemgr_lite/BUILD.gn b/services/bundlemgr_lite/BUILD.gn index 3dac87d..ae3080a 100644 --- a/services/bundlemgr_lite/BUILD.gn +++ b/services/bundlemgr_lite/BUILD.gn @@ -37,7 +37,7 @@ if (ohos_kernel_type == "liteos_m") { "${appexecfwk_lite_path}/frameworks/bundle_lite:bundle", "//base/global/resource_management_lite/frameworks/resmgr_lite:global_resmgr", "//base/hiviewdfx/hilog_lite/frameworks/featured:hilog_static", - "//build/lite/config/component/cJSON:cjson_static", + "//build/lite/config/component/cJSON:cjson_static", "//foundation/arkui/ace_engine_lite/frameworks:ace_lite", "//foundation/systemabilitymgr/samgr_lite/samgr:samgr", "//third_party/jerryscript/jerry-core:jerry-core_static" @@ -62,8 +62,13 @@ if (ohos_kernel_type == "liteos_m") { "//foundation/systemabilitymgr/samgr_lite/interfaces/kits/registry", "//foundation/systemabilitymgr/samgr_lite/interfaces/kits/samgr", "//foundation/communication/ipc/interfaces/innerkits/c/ipc/include", + "//third_party/jerryscript/jerry-core", "//third_party/jerryscript/jerry-core/api", + "//third_party/jerryscript/jerry-core/ecma/base", "//third_party/jerryscript/jerry-core/include", + "//third_party/jerryscript/jerry-core/jrt", + "//third_party/jerryscript/jerry-core/jmem", + "//third_party/jerryscript/jerry-core/lit", "//third_party/cJSON", "//third_party/zlib", "//third_party/zlib/contrib/minizip",