mirror of
https://github.com/openharmony/js_sys_module.git
synced 2026-06-30 22:17:53 -04:00
modify arkcompiler_ets_runtime path
Description:modify arkcompiler_ets_runtime path issue:https://gitee.com/openharmony/arkcompiler_runtime_core/issues/I5GE38 Signed-off-by: dingwen <dingwen6@huawei.com> Change-Id: If567f9c361bca3833506b1ddfbc5cb7c2568f023
This commit is contained in:
@@ -19,11 +19,11 @@ if (is_standard_system) {
|
||||
ohos_unittest("test_process_unittest") {
|
||||
module_out_path = module_output_path
|
||||
|
||||
configs = [ "//ark/js_runtime:ark_jsruntime_public_config" ]
|
||||
configs = [ "//arkcompiler/ets_runtime:ark_jsruntime_public_config" ]
|
||||
|
||||
include_dirs = [
|
||||
"//base/compileruntime/js_sys_module/process",
|
||||
"//ark/js_runtime",
|
||||
"//arkcompiler/ets_runtime",
|
||||
"//foundation/arkui/napi",
|
||||
"//foundation/arkui/napi/interfaces/kits",
|
||||
"//foundation/arkui/napi/native_engine",
|
||||
@@ -41,7 +41,7 @@ ohos_unittest("test_process_unittest") {
|
||||
]
|
||||
|
||||
deps = [
|
||||
"//ark/js_runtime:libark_jsruntime",
|
||||
"//arkcompiler/ets_runtime:libark_jsruntime",
|
||||
"//base/compileruntime/js_sys_module/process:process_packages",
|
||||
"//foundation/arkui/napi/:ace_napi",
|
||||
"//foundation/arkui/napi/:ace_napi_ark",
|
||||
|
||||
Reference in New Issue
Block a user