mirror of
https://gitee.com/openharmony/arkcompiler_ets_runtime
synced 2024-11-23 18:20:04 +00:00
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:
parent
35a9fe1395
commit
9295c0a348
2
BUILD.gn
2
BUILD.gn
@ -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") {
|
||||
|
@ -26,7 +26,8 @@
|
||||
"hitrace",
|
||||
"hilog",
|
||||
"runtime_core",
|
||||
"c_utils"
|
||||
"c_utils",
|
||||
"code_signature"
|
||||
],
|
||||
"third_party": [
|
||||
"bounds_checking_function",
|
||||
|
Loading…
Reference in New Issue
Block a user