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

Commit 0f44db01 authored by Matthias Springer's avatar Matthias Springer
Browse files

Fix media_profiles.xml fallback path.

This commit fixes various CTS tests and the GCA on ARCVM. This bug was
probably introduced by a typo in ag/10574864.

Test: GCA no longer crashing
Bug: 162375192
Change-Id: I6a82bcd651b4a483051c87f69cce9ba9b48fc5e8
parent c581f4f5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -63,7 +63,7 @@ std::array<char const*, 5> const& getXmlPaths() {
                     searchDirs[1] + fileName,
                     searchDirs[2] + fileName,
                     searchDirs[3] + fileName,
                     "system/etc/media_profiles_V1_0.xml" // System fallback
                     "system/etc/media_profiles.xml" // System fallback
                   };
        }();
    static std::array<char const*, 5> const cPaths = {