!721 适配Linux arm host openharmony编译

Merge pull request !721 from wenyu/master
This commit is contained in:
openharmony_ci 2024-06-22 03:13:05 +00:00 committed by Gitee
commit 8960019a6c
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -51,10 +51,12 @@ ohos_shared_library("preferred_language") {
"bundle_framework:appexecfwk_core",
"c_utils:utils",
"ipc:ipc_core",
"preferences:native_preferences",
"resource_management:global_resmgr",
"samgr:samgr_proxy",
]
if (!(host_os == "linux" && host_cpu == "arm64")) {
external_deps += [ "preferences:native_preferences" ]
}
defines = [ "SUPPORT_APP_PREFERRED_LANGUAGE" ]
}
subsystem_name = "global"