commit | 98d7e083bd737d6b77a8ce215f78281662881aca | [log] [tgz] |
---|---|---|
author | Josh Wu <joshwu@google.com> | Fri Jan 21 03:04:21 2022 -0800 |
committer | Josh Wu <joshwu@google.com> | Fri Jan 21 03:09:33 2022 -0800 |
tree | 8b7ee7cafebcb9b8c0a9b784ea52920a4f90ad34 | |
parent | aca34136be92987d92e4abe2711a516b2c4b3047 [diff] [blame] |
BtAudio: Fix default implementation typos Bug: 203490261 Test: m android.hardware.bluetooth.audio-V1-impl Change-Id: I80f39d844ec5bb44830341f310143b3626593d79
diff --git a/bluetooth/audio/aidl/default/BluetoothAudioProviderFactory.cpp b/bluetooth/audio/aidl/default/BluetoothAudioProviderFactory.cpp index 8e6cee7..1e55a0b 100644 --- a/bluetooth/audio/aidl/default/BluetoothAudioProviderFactory.cpp +++ b/bluetooth/audio/aidl/default/BluetoothAudioProviderFactory.cpp
@@ -14,7 +14,7 @@ * limitations under the License. */ -#define LOG_TAG "BTAudioProvidersFactory" +#define LOG_TAG "BTAudioProviderFactoryAIDL" #include "BluetoothAudioProviderFactory.h"