Unofficial minimal nodejs build for android
This build should work on Android 7.0 (API level 24) and above.
This build is for use with yt-dlp as external JS runtime, based on Termux build script with some modifications:
- Build without amaro, inspector, intl, and sqlite to save space.
- Static link to libc++_shared, c-ares, openssl, and zlib so the node binary is self-contained.
- Disable loading openssl config
Build script is available here.