mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-12-18 05:58:30 +00:00
Magisk
###Static binaries included:
- Busybox: http://forum.xda-developers.com/android/software-hacking/tool-busybox-flashable-archs-t3348543
###How to build Magisk
- Only support MacOS and Linux
- Download and install NDK
- Add the NDK directory into PATH.
To check if success, please try callingwhich ndk-build
and see if it returns the NDK directory - Execute
./build.sh
, it will give you further information
Description
Languages
C++
36.7%
Kotlin
30.3%
Rust
16.4%
Java
9%
Shell
4.9%
Other
2.6%