Supplyment for componentization

Issue: https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I7F592
Test: ./build.sh --product-name rk3568 --build-target ark_js_host_unittest --gn-arg is_debug=true
Signed-off-by: gongyuhang <gongyuhang7@huawei.com>
This commit is contained in:
gongyuhang 2023-06-21 10:53:26 +08:00
parent 35a9fe1395
commit 9295c0a348
2 changed files with 4 additions and 1 deletions

View File

@ -1052,6 +1052,8 @@ ohos_source_set("libark_jsruntime_test_set") {
# hiviewdfx libraries
external_deps += hiviewdfx_ext_deps
deps += hiviewdfx_deps
part_name = "ets_runtime"
subsystem_name = "arkcompiler"
}
ohos_source_set("libark_jsruntime_static") {

View File

@ -26,7 +26,8 @@
"hitrace",
"hilog",
"runtime_core",
"c_utils"
"c_utils",
"code_signature"
],
"third_party": [
"bounds_checking_function",