From f42a2bafa3ea688784b98b1f55537c203629217e Mon Sep 17 00:00:00 2001 From: Szymon Janc Date: Thu, 7 Nov 2013 16:32:06 +0100 Subject: [PATCH] android/hal: Rename hal-av.c to hal-a2dp.c Name of HAL implementation will match Android HAL name. This will make code navigation easier as daemon part and HAL library implementation will be in foo.c and hal-foo.c respectively. --- android/Android.mk | 2 +- android/Makefile.am | 4 ++-- android/{hal-av.c => hal-a2dp.c} | 0 3 files changed, 3 insertions(+), 3 deletions(-) rename android/{hal-av.c => hal-a2dp.c} (100%) diff --git a/android/Android.mk b/android/Android.mk index d76dfaf08..f9bf0700d 100644 --- a/android/Android.mk +++ b/android/Android.mk @@ -86,7 +86,7 @@ LOCAL_SRC_FILES := \ 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 861964163..6790f2404 100644 --- a/android/Makefile.am +++ b/android/Makefile.am @@ -33,7 +33,7 @@ android_libhal_internal_la_SOURCES = android/hal.h android/hal-bluetooth.c \ 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 \ @@ -86,7 +86,7 @@ EXTRA_DIST += android/hal-bluetooth.c \ 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 -- 2.47.3