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);
|
||||
|
||||
auto selinux = getprop("ro.build.selinux");
|
||||
if (!selinux.empty)
|
||||
if (!selinux.empty())
|
||||
delprop("ro.build.selinux");
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user