mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-11-06 19:31:10 +00:00
1e3586621b982f90bd50a2a7113be78455fe4153
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
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-buildon Windows) and see if it shows the NDK directory - Unix-like users (e.g. Linux & MacOS) please execute
build.shthrough shell
Windows users please executebuild.cmdthrough cmd - The scripts will show you further details
Languages
C++
36.6%
Kotlin
30.4%
Rust
16.4%
Java
9%
Shell
4.9%
Other
2.6%