Go to file
2016-12-06 02:45:51 +08:00
jni Remove UID check, not reliable.... 2016-11-14 04:27:43 +08:00
scripts Various fixes 2016-11-29 04:19:36 +08:00
selinux@df7346cd5b Add extract, repack, hexpatch, sepolicy-injection 2016-09-08 20:59:48 +08:00
uninstaller Update installer 2016-11-15 04:46:01 +08:00
zip_static Various small changes 2016-11-13 16:58:43 +08:00
ziptools Add Windows build scripts and fix script bugs 2016-12-06 02:45:51 +08:00
.gitattributes Add Windows build scripts and fix script bugs 2016-12-06 02:45:51 +08:00
.gitignore Update build script 2016-10-30 19:32:36 +08:00
.gitmodules gitmodule typo fix 2016-11-06 05:00:58 +08:00
build.cmd Add Windows build scripts and fix script bugs 2016-12-06 02:45:51 +08:00
build.sh Add Windows build scripts and fix script bugs 2016-12-06 02:45:51 +08:00
README.MD Add Windows build scripts and fix script bugs 2016-12-06 02:45:51 +08:00

Magisk

###Static binaries included:

###How to build Magisk

  1. Download and install NDK
  2. Add the NDK directory into PATH
    To check if the PATH is set correctly, try calling which ndk-build (where ndk-build on Windows) and see if it shows the NDK directory
  3. Unix-like users (e.g. Linux & MacOS) please execute build.sh through shell
    Windows users please execute build.cmd through cmd
  4. The scripts will show you further details