Merge "use ro.persistent_properties.ready for persistent props ready"
am: 22cc398d76
Change-Id: Iead2f1ea10b5293ebb177292802e551e3e55bd58
This commit is contained in:
commit
37bdcfcbdb
1 changed files with 1 additions and 2 deletions
|
|
@ -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() {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue