diff '--color=auto' -uNr node-v17.7.1.orig/deps/uv/src/unix/fs.c node-v17.7.1/deps/uv/src/unix/fs.c --- node-v17.7.1.orig/deps/uv/src/unix/fs.c 2022-03-11 20:20:41.457755317 +0530 +++ node-v17.7.1/deps/uv/src/unix/fs.c 2022-03-11 20:21:05.187755308 +0530 @@ -1339,6 +1339,7 @@ #endif /* !__linux__ */ } +#ifndef __ANDROID__ #ifdef FICLONE if (req->flags & UV_FS_COPYFILE_FICLONE || req->flags & UV_FS_COPYFILE_FICLONE_FORCE) { @@ -1359,6 +1360,7 @@ goto out; } #endif +#endif bytes_to_send = src_statsbuf.st_size; in_offset = 0;