Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7c2b586

Browse filesBrowse files
RaisinTenBethGriggs
authored andcommitted
build: fix libuv builds for android aarch64
This syncs up the source list in https://github.com/nodejs/node/blob/b2edcfee46097fe8e0510a455b97d5c6d0cac5ec/deps/uv/uv.gyp#L257-L265 with https://github.com/nodejs/node/blob/b2edcfee46097fe8e0510a455b97d5c6d0cac5ec/deps/uv/CMakeLists.txt#L218-L227. Fixes: #41380 Signed-off-by: Darshan Sen <raisinten@gmail.com> PR-URL: #41555 Reviewed-By: Richard Lau <rlau@redhat.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Mary Marchini <oss@mmarchini.me> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent c6749bc commit 7c2b586
Copy full SHA for 7c2b586

File tree

Expand file treeCollapse file tree

1 file changed

+4
-3
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-3
lines changed
Open diff view settings
Collapse file

‎deps/uv/uv.gyp‎

Copy file name to clipboardExpand all lines: deps/uv/uv.gyp
+4-3Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -254,15 +254,16 @@
254254
}],
255255
[ 'OS=="android"', {
256256
'sources': [
257+
'src/unix/android-ifaddrs.c',
257258
'src/unix/linux-core.c',
258259
'src/unix/linux-inotify.c',
259260
'src/unix/linux-syscalls.c',
260-
'src/unix/linux-syscalls.h',
261-
'src/unix/pthread-fixes.c',
262-
'src/unix/android-ifaddrs.c',
263261
'src/unix/procfs-exepath.c',
262+
'src/unix/pthread-fixes.c',
263+
'src/unix/random-getentropy.c',
264264
'src/unix/random-getrandom.c',
265265
'src/unix/random-sysctl-linux.c',
266+
'src/unix/epoll.c',
266267
],
267268
'link_settings': {
268269
'libraries': [ '-ldl' ],

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.