Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 22cc398d authored by Keun-young Park's avatar Keun-young Park Committed by Gerrit Code Review
Browse files

Merge "use ro.persistent_properties.ready for persistent props ready"

parents 497cb085 404906d5
Loading
Loading
Loading
Loading
+1 −2
Original line number Original line Diff line number Diff line
@@ -609,8 +609,7 @@ void load_persist_props(void) {
    load_override_properties();
    load_override_properties();
    /* Read persistent properties after all default values have been loaded. */
    /* Read persistent properties after all default values have been loaded. */
    load_persistent_properties();
    load_persistent_properties();
    uint64_t start_ns = boot_clock::now().time_since_epoch().count();
    property_set("ro.persistent_properties.ready", "true");
    property_set("ro.boottime.persistent_properties", StringPrintf("%" PRIu64, start_ns).c_str());
}
}


void load_recovery_id_prop() {
void load_recovery_id_prop() {