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

Commit 46171276 authored by Hayden Gomes's avatar Hayden Gomes
Browse files

Updating typeconverter_tests audio_policy_configuration import

Bug: 171572311
Test: atest libmedia_helper_tests
Change-Id: I29720b33791d213041f71e50894ee0e88a3679fb
parent f674100b
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) {