Go to file
topjohnwu 623a879797 Update scripts 2017-04-22 17:12:54 +08:00
jni Some minor updates 2017-04-22 17:12:54 +08:00
scripts Update scripts 2017-04-22 17:12:54 +08:00
uninstaller Update scripts 2017-04-22 17:12:54 +08:00
zip_static Update scripts 2017-04-22 17:12:54 +08:00
ziptools Update build script and tools 2017-04-22 17:12:54 +08:00
.gitattributes Update scripts 2017-04-22 17:12:54 +08:00
.gitignore Update scripts 2017-04-22 17:12:54 +08:00
.gitmodules Rename sepolicy-inject 2017-03-18 17:26:30 +08:00
README.MD Update scripts 2017-04-22 17:12:54 +08:00
build.cmd Update scripts 2017-04-22 17:12:54 +08:00
build.sh Update scripts 2017-04-22 17:12:54 +08:00

README.MD

Magisk

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