Fix ISoundDose namespace and path
This change is triggered by the refactoring of the ISoundDose.aidl to
pass the hal_implementation_test which is now declared as types only.
Test: VtsHalSoundDoseFactoryTargetTest, VtsHalAudioCoreTargetTest,
hal_implementation_test
Bug: 263388737
Change-Id: I28f8d681a525ad4af9b813d206a22d03ea38337e
diff --git a/services/audioflinger/MelReporter.cpp b/services/audioflinger/MelReporter.cpp
index 6c783ec..5ac7cde 100644
--- a/services/audioflinger/MelReporter.cpp
+++ b/services/audioflinger/MelReporter.cpp
@@ -25,7 +25,7 @@
#include <android/binder_manager.h>
#include <utils/Log.h>
-using aidl::android::hardware::audio::core::ISoundDose;
+using aidl::android::hardware::audio::core::sounddose::ISoundDose;
using aidl::android::hardware::audio::sounddose::ISoundDoseFactory;
namespace android {