diff --git a/android/Android.mk b/android/Android.mk
index d76dfaf..f9bf070 100644
--- a/android/Android.mk
+++ b/android/Android.mk
hal-sock.c \
hal-hidhost.c \
hal-pan.c \
- hal-av.c \
+ hal-a2dp.c \
client/textconv.c \
LOCAL_C_INCLUDES += \
diff --git a/android/Makefile.am b/android/Makefile.am
index 8619641..6790f24 100644
--- a/android/Makefile.am
+++ b/android/Makefile.am
android/hal-sock.c \
android/hal-hidhost.c \
android/hal-pan.c \
- android/hal-av.c \
+ android/hal-a2dp.c \
android/hardware/bluetooth.h \
android/hardware/bt_av.h \
android/hardware/bt_gatt.h \
android/hal-sock.c \
android/hal-hidhost.c \
android/hal-pan.c \
- android/hal-av.c \
+ android/hal-a2dp.c \
android/hal-log.h
EXTRA_DIST += android/client/terminal.c \
diff --git a/android/hal-av.c b/android/hal-a2dp.c
similarity index 100%
rename from android/hal-av.c
rename to android/hal-a2dp.c