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

Commit c688e8fc authored by Jiyong Park's avatar Jiyong Park
Browse files

Remove /default.prop

The file is removed. init no longer needs to read it.

Bug: 117892318
Test: TH passes on non-Treble devices.
Change-Id: Idc4127bad66db24c7033b47c41b9eb85a5e0a5cd
parent c068d0e0
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);