topjohnwu c07e9ac29d Magic Mount total re-factor
1. Remove stage 4 bind which mount files back, use symlinks instead
2. libs do not support symlink, make a copy to data if needed
3. Proper support for adding new files into /system/vendor on devices with separate vendor partition
2016-12-07 01:45:09 +08:00
2016-12-06 04:49:35 +08:00
2016-12-07 01:45:09 +08:00
2016-11-15 04:46:01 +08:00
2016-11-13 16:58:43 +08:00
2016-10-30 19:32:36 +08:00
2016-12-06 04:49:35 +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
Description
The Magic Mask for Android
Readme GPL-3.0 108 MiB
Languages
Kotlin 30.5%
C++ 27%
Rust 26.5%
Java 8.5%
Shell 4.7%
Other 2.7%