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:
Zhenyu Pan 2022-11-10 20:14:53 +08:00
parent 2704d3904a
commit 9006943e53

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