commit | ecf7848f67f0e9c06612fd7552d592eef7260a11 | [log] [tgz] |
---|---|---|
author | Kevin Rocard <krocard@google.com> | Thu Sep 14 16:48:56 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Thu Sep 14 16:48:56 2017 +0000 |
tree | d75925a6f418bbde48f2dbc746a9bd5d331faac8 | |
parent | 35e1be70b4b383e36cbc4c45fd8663c3de256b17 [diff] | |
parent | ff7dcd7e4d50ce99f57bd0cee90aded7036c5388 [diff] |
Audio VTS: do not test duplicate policy configuration file am: ff7dcd7e4d Change-Id: Ice54f75c307f9f25e210b1382554dc24162b9ace
diff --git a/audio/2.0/vts/functional/ValidateAudioConfiguration.cpp b/audio/2.0/vts/functional/ValidateAudioConfiguration.cpp index ee49023..ec3259a 100644 --- a/audio/2.0/vts/functional/ValidateAudioConfiguration.cpp +++ b/audio/2.0/vts/functional/ValidateAudioConfiguration.cpp
@@ -28,6 +28,7 @@ const auto configPath = folder + '/' + configName; if (access(configPath.c_str(), R_OK) == 0) { ASSERT_VALID_XML(configPath.c_str(), configSchemaPath); + return; // The framework does not read past the first config file found } } }