commit | 678d268848b983ae7c811c62e63b2c8634d214d8 | [log] [tgz] |
---|---|---|
author | Dennis Shen <dzshen@google.com> | Mon Sep 18 19:52:52 2023 +0000 |
committer | Dennis Shen <dzshen@google.com> | Fri Oct 13 13:18:50 2023 +0000 |
tree | 6908a8519eaf265876bfcbe3510e0fb9551b6b9f | |
parent | a7dd77670e072641cc33fa522a687fd878d9ed9b [diff] [blame] |
apply staged property value when loading persistent props Bug: b/300111812 Change-Id: I81b6bd984aad8f7ddec93ce74f4543e4f71be508 Merged-In: I81b6bd984aad8f7ddec93ce74f4543e4f71be508
diff --git a/init/persistent_properties.h b/init/persistent_properties.h index 3845a0d..a6f80e6 100644 --- a/init/persistent_properties.h +++ b/init/persistent_properties.h
@@ -25,6 +25,8 @@ namespace android { namespace init { +void AddPersistentProperty(const std::string& name, const std::string& value, + PersistentProperties* persistent_properties); PersistentProperties LoadPersistentProperties(); void WritePersistentProperty(const std::string& name, const std::string& value);