All Projects → Magisk-Modules-Repo → Busybox Ndk

Magisk-Modules-Repo / Busybox Ndk

busybox-ndk

Programming Languages

shell
77523 projects

Busybox for Android NDK

osm0sis @ xda-developers

Static busybox binary for all Android architectures built with the NDK

Links

Description

As a byproduct of building my own static busybox compiles in all supported Android architectures for my AIK-mobile package I figured I might as well offer them up separately as well since there weren't any providers making Android x64 builds when I was researching.

The installer detects what architecture (ARM/ARM64, x86/x86_64, MIPS/MIPS64) your device uses and installs the correct busybox binary accordingly. It then cleans up any symlinks from a possible previous installation in the same directory and generates new symlinks directly from the output of the installed binary. Using the zip name (also reading from /data/.busybox-ndk) to allow user choice, "nolinks" may be specified to opt out of symlink creation, and "noselinux" may be specified to force non-SELinux builds. Detects and supports "systemless" root via SuperSU/Magisk installation as well.

My busybox configs and patches are available here: android-busybox-ndk

Please read the release post for further information about applet inclusion, zip renaming and special features.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].