commit | 2cf5bc8db511f2c71d5b69b75f9fd0f6ec097e1d | [log] [tgz] |
---|---|---|
author | Kevin Rocard <krocard@google.com> | Thu Sep 14 17:00:27 2017 +0000 |
committer | android-build-merger <android-build-merger@google.com> | Thu Sep 14 17:00:27 2017 +0000 |
tree | b1bf2b3f94f617b93b66ef55c57f143ecb60bfcd | |
parent | 9b2f0f1926ee2be50866b485f223c7f8091d9845 [diff] | |
parent | 0059d609733865a106ad7dbddc59b2c49971f15f [diff] |
Audio VTS: do not test duplicate policy configuration file am: ff7dcd7e4d am: ecf7848f67 am: bda21c95d3 am: 0059d60973 Change-Id: Ic3ada96d0379140ae564f690d01a9085ce7f1940
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 } } }