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

Commit 3cb07fa9 authored by Kevin Rocard's avatar Kevin Rocard Committed by android-build-merger
Browse files

Merge "Audio V4: do not override V4 audo policy config XSD" into pi-dev

am: 4bca86e2

Change-Id: I54fb459074f6119b713c9feeddfe6afba6b99827
parents 529b714a 4bca86e2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -26,5 +26,5 @@ TEST(CheckConfig, audioPolicyConfigurationValidation) {

    std::vector<const char*> locations = {"/odm/etc", "/vendor/etc", "/system/etc"};
    EXPECT_ONE_VALID_XML_MULTIPLE_LOCATIONS("audio_policy_configuration.xml", locations,
                                            "/data/local/tmp/audio_policy_configuration.xsd");
                                            "/data/local/tmp/audio_policy_configuration_V4_0.xsd");
}