!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:
openharmony_ci 2022-11-11 01:38:00 +00:00 committed by Gitee
commit 092cebea91
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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)" ]
}
}