mirror of
https://gitee.com/openharmony/global_i18n
synced 2024-12-04 21:57:11 +00:00
!721 适配Linux arm host openharmony编译
Merge pull request !721 from wenyu/master
This commit is contained in:
commit
8960019a6c
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user