mirror of
https://gitee.com/openharmony/arkcompiler_runtime_core
synced 2024-11-23 14:50:51 +00:00
Support linux-aarch64 host
Issue: https://gitee.com/openharmony/arkcompiler_runtime_core/issues/IAZ0X7 Signed-off-by: Lyupa Anastasia <lyupa.anastasia@huawei.com>
This commit is contained in:
parent
528348816f
commit
3db4d550e7
8
BUILD.gn
8
BUILD.gn
@ -326,10 +326,10 @@ concat_yamls("concat_inst_templates_yamls") {
|
||||
group("ark_host_defectscanaux_tools") {
|
||||
deps = []
|
||||
if (host_os == "linux") {
|
||||
deps += [
|
||||
":ark_host_linux_defectscanaux_unittest",
|
||||
":ark_host_win_defectscanaux_unittest",
|
||||
]
|
||||
deps += [ ":ark_host_linux_defectscanaux_unittest" ]
|
||||
if (host_cpu != "arm64") {
|
||||
deps += [ ":ark_host_win_defectscanaux_unittest" ]
|
||||
}
|
||||
} else if (host_os == "mac") {
|
||||
deps += [ ":ark_host_mac_defectscanaux_unittest" ]
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user