Fix compile error

This commit is contained in:
topjohnwu 2020-05-18 04:56:29 -07:00
parent dbdb0a2560
commit 0d72a4c8ba

View File

@ -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");
}