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

Commit 2b7dd0ef authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Updating typeconverter_tests audio_policy_configuration import"

parents 86108e35 d389c95b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -19,14 +19,14 @@
#define LOG_TAG "TypeConverter_Test"
#include <log/log.h>

#include <audio_policy_configuration_V7_0.h>
#include <android_audio_policy_configuration_V7_0.h>
#include <media/TypeConverter.h>
#include <system/audio.h>
#include <xsdc/XsdcSupport.h>

using namespace android;
namespace xsd {
using namespace audio::policy::configuration::V7_0;
using namespace android::audio::policy::configuration::V7_0;
}

TEST(TypeConverter, ParseChannelMasks) {