diff --git a/BUILD.gn b/BUILD.gn index e53a10585ad8e4c05f793f982d4976323c957ad1..5d1f3d348677b0c40a153295be64c13ee8b1ca76 100644 --- a/BUILD.gn +++ b/BUILD.gn @@ -147,7 +147,7 @@ ohos_source_set("libuv_source") { "src/win/winapi.c", "src/win/winsock.c", ] - } else if (is_ohos || is_aosp) { + } else if (is_ohos) { sources += nonwin_srcs + [ "src/unix/linux-core.c", "src/unix/linux-inotify.c",