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

Commit 51f33fca authored by Andres Morales's avatar Andres Morales Committed by Android Git Automerger
Browse files

am 03e45da4: am 49beb7e0: Merge "property_service: Added vendor build properties to load_all_props"

* commit '03e45da4':
  property_service: Added vendor build properties to load_all_props
parents 7ff4f344 03e45da4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -534,6 +534,7 @@ void load_all_props(void)
    load_properties_from_file(PROP_PATH_SYSTEM_BUILD, NULL);
    load_properties_from_file(PROP_PATH_SYSTEM_DEFAULT, NULL);
    load_properties_from_file(PROP_PATH_VENDOR_BUILD, NULL);
    load_properties_from_file(PROP_PATH_BOOTIMAGE_BUILD, NULL);
    load_properties_from_file(PROP_PATH_FACTORY, "ro.*");

    load_override_properties();