Diff between d842e88a476f53fe8dab4521131bc4ca73894f86 and f42a2bafa3ea688784b98b1f55537c203629217e

Changed Files

File Additions Deletions Status
android/Android.mk +1 -1 modified
android/Makefile.am +2 -2 modified
android/hal-a2dp.c +0 -0 renamed

Full Patch

diff --git a/android/Android.mk b/android/Android.mk
index d76dfaf..f9bf070 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 8619641..6790f24 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