Make systemproperties more match AOSP

This commit is contained in:
topjohnwu
2021-03-29 03:46:07 -07:00
parent 7e4194418a
commit 2bef967af1
5 changed files with 15 additions and 12 deletions
+1 -1
View File
@@ -311,7 +311,7 @@ int SystemProperties::Delete(const char *name) {
return -1;
}
bool ret = pa->del(name);
bool ret = pa->rm(name);
if (!ret) {
return -1;
}