mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
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:
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user