Commit 0d72a4c8 authored by topjohnwu's avatar topjohnwu

Fix compile error

parent dbdb0a25
......@@ -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");
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment