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

Commit f9d53272 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "libsnapshot: correct DeviceInfo paths"

parents 91a53189 62503603
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -49,7 +49,7 @@ static constexpr uint32_t kSnapshotChunkSize = 8;
class DeviceInfo final : public SnapshotManager::IDeviceInfo {
  public:
    std::string GetGsidDir() const override { return "ota"s; }
    std::string GetMetadataDir() const override { return "/metadata/ota/test"s; }
    std::string GetMetadataDir() const override { return "/metadata/ota"s; }
    bool IsRunningSnapshot() const override;
};