Merge "Remove /default.prop" am: f464e6e0ac am: 362543a898
Change-Id: I844d0c22f6d9eb8c952f6023f9e5d1edd231ec8e
This commit is contained in:
commit
b705732fa7
1 changed files with 0 additions and 4 deletions
|
|
@ -886,10 +886,6 @@ void PropertyLoadBootDefaults() {
|
|||
load_properties_from_file("/prop.default", nullptr, &properties);
|
||||
}
|
||||
|
||||
// Try legacy (non-Treble) path. This file might not exist in most of the
|
||||
// post-Oreo devices. Absence of the file is not an error.
|
||||
load_properties_from_file("/default.prop", nullptr, &properties);
|
||||
|
||||
load_properties_from_file("/system/build.prop", nullptr, &properties);
|
||||
load_properties_from_file("/system_ext/build.prop", nullptr, &properties);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue