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

Commit a8da86e4 authored by Kevin Rocard's avatar Kevin Rocard
Browse files

Audio V4: do not override V4 audo policy config XSD



The xsd did not have its version in its name, thus the V4 and V2 were
overwriting each other.

Bug: 38184704
Test: vts-tradefed run commandAndExit vts --module VtsHalAudioV4_0Target
Change-Id: Id7e733729a9afcdcc582f88a5527b6eb1c7283bf
Signed-off-by: default avatarKevin Rocard <krocard@google.com>
parent 3bf9a53f
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");
}