diff --git a/graal-nodejs/deps/ngtcp2/ngtcp2.gyp b/graal-nodejs/deps/ngtcp2/ngtcp2.gyp index a47a791610e..e53b7f61ea3 100644 --- a/graal-nodejs/deps/ngtcp2/ngtcp2.gyp +++ b/graal-nodejs/deps/ngtcp2/ngtcp2.gyp @@ -112,7 +112,7 @@ }, }, }], - ['OS=="linux"', { + ['OS=="linux" or OS=="android"', { 'defines': [ 'HAVE_ARPA_INET_H', 'HAVE_NETINET_IN_H', @@ -162,7 +162,7 @@ }, }, }], - ['OS=="linux"', { + ['OS=="linux" or OS=="android"', { 'defines': [ 'HAVE_ARPA_INET_H', 'HAVE_NETINET_IN_H',