Go to file
2017-03-26 21:49:11 +08:00
binaries Move binaries to seperate folder 2017-02-14 06:39:10 +08:00
jni list_monitor: use IN_CLOSE_WRITE instead of IN_MODIFY 2017-03-26 21:49:11 +08:00
scripts Start MagiskHide even if disabled (MagiskSU only mode) 2017-03-26 21:47:54 +08:00
uninstaller/META-INF/com/google/android Update scripts for MagiskBoot 2017-03-12 18:21:50 +08:00
zip_static I shall test Samsung before release... 2017-03-21 04:25:49 +08:00
ziptools Add Windows build scripts and fix script bugs 2016-12-06 02:45:51 +08:00
.gitattributes Move binaries to seperate folder 2017-02-14 06:39:10 +08:00
.gitignore Update scripts for MagiskBoot 2017-03-12 18:21:50 +08:00
.gitmodules Rename sepolicy-inject 2017-03-18 17:26:30 +08:00
build.cmd Update build script and remove redundant file 2017-03-19 05:02:20 +08:00
build.sh Update build script and remove redundant file 2017-03-19 05:02:20 +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