Commit b6cb5d09 authored by topjohnwu's avatar topjohnwu

Add multiuser support

parent 69cfde45
......@@ -138,7 +138,6 @@ static void read_prop_info(void* cookie, const char *name, const char *value, ui
char *getprop(const char *name) {
const prop_info *pi = __system_property_find(name);
if (pi == NULL) {
PRINT_E("resetprop: prop not found: [%s]\n", name);
return NULL;
}
char value[PROP_VALUE_MAX];
......
Subproject commit 28fe87cb5fceaea282977513074500f2811180b4
Subproject commit b76adde10953c6d8d9cb034dd42ae068310c0229
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