mirror of
https://gitee.com/openharmony/arkcompiler_ets_runtime
synced 2024-11-30 13:40:51 +00:00
!2930 Fix compilation issue on Arkui-X that could not resolve Hilog BUILD.gn file
Merge pull request !2930 from Pan Zhenyu/master
This commit is contained in:
commit
092cebea91
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…
Reference in New Issue
Block a user