mirror of
https://github.com/topjohnwu/Magisk.git
synced 2026-06-02 06:03:44 +02:00
d274e45587e4b9ea097df5f3e00fd19c69a6c65a
Magisk
Static binaries included:
- Busybox: http://forum.xda-developers.com/android/software-hacking/tool-busybox-flashable-archs-t3348543
How to build Magisk
- Download and install NDK
- Add the NDK directory into PATH
To check if the PATH is set correctly, try callingwhich ndk-build(where ndk-buildon Windows) and see if it shows the NDK directory - Unix-like users (e.g. Linux & MacOS) please execute
build.shthrough shell
Windows users please executebuild.cmdthrough cmd - The scripts will show you further details
Languages
Kotlin
43.6%
Rust
27.5%
C++
16.7%
Java
6.5%
Shell
3.3%
Other
2.3%