Move database logic outside of MagiskSU

This commit is contained in:
topjohnwu
2018-06-13 04:34:05 +08:00
parent 6db27c7758
commit f2064a84ed
5 changed files with 277 additions and 2 deletions

View File

@ -8,6 +8,7 @@
#define MAGISK_VER_STR xstr(MAGISK_VERSION) ":MAGISK"
#define SOCKET_NAME "d30138f2310a9fb9c54a3e0c21f58591"
#define JAVA_PACKAGE_NAME "com.topjohnwu.magisk"
#ifndef ARG_MAX
#define ARG_MAX 4096