Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 528 Bytes

File metadata and controls

11 lines (8 loc) · 528 Bytes

nodejs-android

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:

  1. Build without amaro, inspector, intl, and sqlite to save space.
  2. Static link to libc++_shared, c-ares, openssl, and zlib so the node binary is self-contained.
  3. Disable loading openssl config

Build script is available here.