!20 ArkUI跨平台编译适配

Merge pull request !20 from Sunfei/work_0109
This commit is contained in:
openharmony_ci 2022-01-27 08:38:22 +00:00 committed by Gitee
commit 132152bb4c
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -246,7 +246,7 @@ if (defined(ohos_lite)) {
"src/win/winapi.c",
"src/win/winsock.c",
]
} else if (is_ohos) {
} else if (is_ohos || (defined(is_android) && is_android)) {
sources += nonwin_srcs + [
"src/unix/linux-core.c",
"src/unix/linux-inotify.c",