jni | ||
scripts | ||
selinux@df7346cd5b | ||
uninstaller | ||
zip_static | ||
zipsigntools | ||
.gitignore | ||
.gitmodules | ||
build.sh | ||
README.MD |
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