mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-11-27 20:15:29 +00:00
Fix compile error
This commit is contained in:
parent
dbdb0a2560
commit
0d72a4c8ba
@ -56,7 +56,7 @@ void hide_sensitive_props() {
|
|||||||
setprop("ro.boot.hwcountry", "GLOBAL", false);
|
setprop("ro.boot.hwcountry", "GLOBAL", false);
|
||||||
|
|
||||||
auto selinux = getprop("ro.build.selinux");
|
auto selinux = getprop("ro.build.selinux");
|
||||||
if (!selinux.empty)
|
if (!selinux.empty())
|
||||||
delprop("ro.build.selinux");
|
delprop("ro.build.selinux");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user