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

Commit c25c3348 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Remove /default.prop" am: f464e6e0 am: 362543a8 am: b705732f

Change-Id: Ia792a5c68edbd93f99a2f9667bdce07e0eb5e327
parents 9aa09416 b705732f
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -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);