Make magiskinit not magiskpolicy

This commit is contained in:
topjohnwu
2022-03-17 03:36:40 -07:00
parent fa8900be65
commit f008420891
4 changed files with 2 additions and 68 deletions

View File

@@ -32,7 +32,7 @@ it will load from current live policies (/sys/fs/selinux/policy)
exit(1);
}
int magiskpolicy_main(int argc, char *argv[]) {
int main(int argc, char *argv[]) {
cmdline_logging();
const char *out_file = nullptr;
vector<string_view> rule_files;