diff --git a/Makefile.android b/Makefile.android
index 4928074..cf6d90c 100644
--- a/Makefile.android
+++ b/Makefile.android
noinst_LTLIBRARIES += android/libhal-internal.la
-android_libhal_internal_la_SOURCES = android/hal.h android/hal_bluetooth.c \
+android_libhal_internal_la_SOURCES = android/hal.h android/hal-bluetooth.c \
android/hal_bt_sock.c \
android/hardware/bluetooth.h \
android/hardware/bt_av.h \
android/adapter.c android/main.c android/hal-msg.h \
android/hal.h
-EXTRA_DIST += android/hal_bt_sock.c android/hal_bluetooth.c
+EXTRA_DIST += android/hal_bt_sock.c android/hal-bluetooth.c
EXTRA_DIST += android/client/terminal.c \
android/client/haltest.c \
diff --git a/android/Android.mk b/android/Android.mk
index 22f8b92..753267a 100644
--- a/android/Android.mk
+++ b/android/Android.mk
include $(CLEAR_VARS)
LOCAL_SRC_FILES := \
- hal_bluetooth.c \
+ hal-bluetooth.c \
hal_bt_sock.c \
LOCAL_SHARED_LIBRARIES := \
diff --git a/android/hal_bluetooth.c b/android/hal-bluetooth.c
similarity index 100%
rename from android/hal_bluetooth.c
rename to android/hal-bluetooth.c