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: Kevin Rocard <krocard@google.com>
This commit is contained in:
Kevin Rocard
2018-03-12 15:56:51 -07:00
parent 3bf9a53ff3
commit a8da86e403

View File

@@ -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");
}