Fix ark_dev Error: libhmicu18n.z.so Not Found

ark_dev reports error that libhmicu18n.z.so cannot be found, path
to adapt ark_dev.

issue:https://gitee.com/openharmony/ark_js_runtime/issues/I4ZF0Z

Signed-off-by: wanyanglan <wanyanglan1@huawei.com>
Change-Id: Ie6c64ea65c6dc1c5791343610571889e1db00065
This commit is contained in:
wanyanglan 2022-03-24 16:43:11 +08:00
parent c5ac3e084f
commit fce3c63e82

View File

@ -55,6 +55,7 @@ template("host_unittest_action") {
rebase_path(_root_out_dir_) + "/ark/ark:" + rebase_path(_root_out_dir_) +
"/ark/ark_js_runtime:" + rebase_path(_root_out_dir_) + "/test/test:" +
rebase_path(_root_out_dir_) + "/common/${icu_path}:" +
rebase_path(_root_out_dir_) + "/global/${icu_path}:" +
rebase_path("//prebuilts/clang/ohos/linux-x86_64/llvm/lib/"),
]
@ -137,7 +138,8 @@ template("host_moduletest_action") {
"--env-path",
rebase_path(_root_out_dir_) + "/ark/ark:" + rebase_path(_root_out_dir_) +
"/ark/ark_js_runtime:" + rebase_path(_root_out_dir_) +
"/common/${icu_path}:" +
"/common/${icu_path}:" + rebase_path(_root_out_dir_) +
"/global/${icu_path}:" +
rebase_path("//prebuilts/clang/ohos/linux-x86_64/llvm/lib/"),
]