Index: tools/gn/secondary/third_party/libevent/BUILD.gn |
diff --git a/tools/gn/secondary/third_party/libevent/BUILD.gn b/tools/gn/secondary/third_party/libevent/BUILD.gn |
index 3b2eec1d92d6dd5f1dc9b5c0fee8aefe99113aa2..0e3064a9b84484b7848ee9d8af6c7ed3c9140965 100644 |
--- a/tools/gn/secondary/third_party/libevent/BUILD.gn |
+++ b/tools/gn/secondary/third_party/libevent/BUILD.gn |
@@ -35,6 +35,9 @@ static_library("libevent") { |
} else if (is_linux) { |
include_dirs = [ "linux" ] |
sources -= [ "kqueue.c" ] |
+ } else if (is_android) { |
+ include_dirs = [ "android" ] |
+ sources -= [ "kqueue.c" ] |
} |
configs -= [ "//build/config/compiler:chromium_code" ] |