2
0
mirror of https://github.com/topjohnwu/Magisk synced 2025-10-08 18:05:53 +00:00

Remove more pre SDK 21 stuffs

This commit is contained in:
topjohnwu
2021-04-09 21:29:42 -07:00
parent 1f0a35f073
commit 01b985eded
9 changed files with 15 additions and 48 deletions

View File

@@ -31,7 +31,7 @@ static int call_applet(int argc, char *argv[]) {
int main(int argc, char *argv[]) {
umask(0);
dload_selinux();
enable_selinux();
cmdline_logging();
init_argv0(argc, argv);