From 87f0606ed3e75d3aa9a8ac3726116fa59f2a4069 Mon Sep 17 00:00:00 2001 From: zhaifenghw Date: Thu, 5 Aug 2021 11:47:15 +0800 Subject: [PATCH] remove stale aosp flag Signed-off-by: zhaifenghw --- BUILD.gn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD.gn b/BUILD.gn index e53a105..5d1f3d3 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", -- Gitee