mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 21:37:44 +00:00
audio: Add a missing include to ModuleConfig.cpp
This module uses logging, however it did not include the corresponding header. Bug: 308706390 Test: build source tree Change-Id: I1b3b5d8c5118b4f56cb0fe0c2bafd1ff30a6ca41 Merged-In: I1b3b5d8c5118b4f56cb0fe0c2bafd1ff30a6ca41
This commit is contained in:
@@ -17,6 +17,9 @@
|
||||
#include <algorithm>
|
||||
#include <chrono>
|
||||
|
||||
#define LOG_TAG "VtsHalAudio.ModuleConfig"
|
||||
#include <android-base/logging.h>
|
||||
|
||||
#include <Utils.h>
|
||||
#include <aidl/android/media/audio/common/AudioInputFlags.h>
|
||||
#include <aidl/android/media/audio/common/AudioIoFlags.h>
|
||||
|
||||
Reference in New Issue
Block a user