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

Commit b6da70a5 authored by LuK1337's avatar LuK1337
Browse files

init: Add missing call to vendor_load_properties

Change-Id: I8f75a2d9423045927bcbc4d0e2d41c2d43aefa53
parent a3fb0d9c
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -661,6 +661,10 @@ void load_system_props() {
    load_properties_from_file("/odm/build.prop", NULL);
    load_properties_from_file("/vendor/build.prop", NULL);
    load_properties_from_file("/factory/factory.prop", "ro.*");

    // Update with vendor-specific property runtime overrides
    vendor_load_properties();

    load_recovery_id_prop();
}