topjohnwu f476daa041 Change parts of library to shared
libsqlite and libselinux are shipped with Android systems
We build them here for the compiler to link against it,
we actually use the one in /system/lib(64)
2017-04-22 17:12:54 +08:00
2017-02-14 06:39:10 +08:00
2017-04-22 17:12:54 +08:00
2017-03-31 06:25:22 +08:00
2017-03-31 02:54:39 +08:00
2017-03-12 18:21:50 +08:00
2017-03-18 17:26:30 +08:00
2017-03-31 06:25:22 +08:00
2017-03-31 06:25:22 +08:00
2017-03-26 21:49:24 +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
No description provided
Readme 61 MiB
Languages
C++ 41.6%
Kotlin 40.9%
Java 11.7%
Shell 4.1%
Python 1.3%
Other 0.4%