From 551d7500da2b308f3d79f2bafa3275a45eb1935b Mon Sep 17 00:00:00 2001 From: shilei91 Date: Tue, 8 Nov 2022 12:26:18 +0000 Subject: [PATCH] update services/bundlemgr_lite/BUILD.gn. Signed-off-by: shilei91 --- services/bundlemgr_lite/BUILD.gn | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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",