1e3586621b
1. It seems that many part of the system is upset about symlinks, revert to bind mounts 2. New system and vendor mirror implementation found, no need to copy anything 3. Thanks to the new mirror implementation, adding new items to /system and /vendor is now possible 4. Re-written some coding style |
||
---|---|---|
jni | ||
scripts | ||
uninstaller | ||
zip_static | ||
ziptools | ||
.gitattributes | ||
.gitignore | ||
.gitmodules | ||
build.cmd | ||
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
- Download and install NDK
- Add the NDK directory into PATH
To check if the PATH is set correctly, try callingwhich ndk-build
(where ndk-build
on Windows) and see if it shows the NDK directory - Unix-like users (e.g. Linux & MacOS) please execute
build.sh
through shell
Windows users please executebuild.cmd
through cmd - The scripts will show you further details