summaryrefslogtreecommitdiff
path: root/system/audio_hal_interface/a2dp_encoding.cc
diff options
context:
space:
mode:
authorJosh Wu <joshwu@google.com>2022-02-28 22:24:30 -0800
committerJosh Wu <joshwu@google.com>2022-02-28 23:26:04 -0800
commit8c8b615ef458cfd714ba9dffecd8b03d03fd88dd (patch)
tree614df51bcf3ef0b0f8c01da42806aa7375983a02 /system/audio_hal_interface/a2dp_encoding.cc
parentcc09855f6b3738f697c57bd524e969a4111074eb (diff)
HAL: Add _aidl postfix to AIDL source files
Tag: #refactor Bug: 222017427 Test: atest BluetoothInstrumentationTests Change-Id: I86b0848aeef1b410a810fe62e9b73da3e2ce3286
Diffstat (limited to 'system/audio_hal_interface/a2dp_encoding.cc')
-rw-r--r--system/audio_hal_interface/a2dp_encoding.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/audio_hal_interface/a2dp_encoding.cc b/system/audio_hal_interface/a2dp_encoding.cc
index d0028e1ef9..c8a5316585 100644
--- a/system/audio_hal_interface/a2dp_encoding.cc
+++ b/system/audio_hal_interface/a2dp_encoding.cc
@@ -16,7 +16,7 @@
#include "a2dp_encoding.h"
-#include "aidl/a2dp_encoding.h"
+#include "aidl/a2dp_encoding_aidl.h"
#include "hal_version_manager.h"
#include "hidl/a2dp_encoding_hidl.h"