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

Commit 4048e091 authored by Elliott Hughes's avatar Elliott Hughes Committed by Android Git Automerger
Browse files

am 710fd65e: Merge "Don\'t try to read /system/default.prop."

* commit '710fd65e':
  Don't try to read /system/default.prop.
parents 972a8de7 710fd65e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -508,7 +508,6 @@ void load_persist_props(void) {

void load_all_props() {
    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.*");