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

Commit f464e6e0 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Remove /default.prop"

parents 227dd4f8 c688e8fc
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);