mirror of
https://gitee.com/openharmony/arkcompiler_ets_runtime
synced 2025-02-17 10:18:13 +00:00
Fix compilation issue on Arkui-X that could not resolve Hilog BUILD.gn file
Issue:https://gitee.com/openharmony/arkcompiler_ets_runtime/issues/I60KZG Signed-off-by: Zhenyu Pan <panzhenyu1@huawei.com> Change-Id: If3c7ca5cf632f4058f52ebe9043223c054308ac9
This commit is contained in:
parent
2704d3904a
commit
9006943e53
2
BUILD.gn
2
BUILD.gn
@ -25,7 +25,7 @@ group("ark_js_packages") {
|
||||
|
||||
group("ark_js_host_windows_tools_packages") {
|
||||
deps = []
|
||||
if (host_os != "mac") {
|
||||
if (host_os != "mac" && target_os != "android") {
|
||||
deps += [ "//arkcompiler/ets_runtime/ecmascript/js_vm:ark_js_vm($build_root/toolchain/mingw:mingw_x86_64)" ]
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user