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

Commit 8911a768 authored by Katherine Lai's avatar Katherine Lai
Browse files

floss: Update the SyspropsFilePath for Linux

Update where to find the sysprops.conf file since it was
moved to a location that is editable.

Bug: 242100561
Tag: #floss
Test: Manually verified sysprop defaults were read from new filepath
Change-Id: I587dcfd49e0e9ecb7485fc27e663a9aa547e88c8
parent ff5712b6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -84,7 +84,7 @@ std::string ParameterProvider::SyspropsFilePath() {
      return sysprops_file_path;
    }
  }
  return "/etc/bluetooth/sysprops.conf";
  return "/var/lib/bluetooth/sysprops.conf";
}

void ParameterProvider::OverrideSyspropsFilePath(const std::string& path) {