mirror of
https://github.com/topjohnwu/Magisk
synced 2025-09-05 20:05:11 +00:00
Cleanup implementation
This commit is contained in:
@@ -264,7 +264,8 @@ void load_modules() {
|
||||
strcpy(b, "system.prop");
|
||||
if (access(buf, F_OK) == 0) {
|
||||
LOGI("%s: loading [system.prop]\n", module);
|
||||
load_prop_file(buf, false);
|
||||
// Do NOT go through property service as it could cause boot lock
|
||||
load_prop_file(buf, true);
|
||||
}
|
||||
|
||||
// Check whether skip mounting
|
||||
|
Reference in New Issue
Block a user