From 705b0cd2ffbcc99d056f9096134055f22f5a11e6 Mon Sep 17 00:00:00 2001 From: Andrei Emeltchenko Date: Fri, 18 Oct 2013 13:08:27 +0300 Subject: [PATCH] android: Rename hal_bluetooth.c to hal-bluetooth.c --- Makefile.android | 4 ++-- android/Android.mk | 2 +- android/{hal_bluetooth.c => hal-bluetooth.c} | 0 3 files changed, 3 insertions(+), 3 deletions(-) rename android/{hal_bluetooth.c => hal-bluetooth.c} (100%) diff --git a/Makefile.android b/Makefile.android index 492807462..cf6d90cd5 100644 --- a/Makefile.android +++ b/Makefile.android @@ -14,7 +14,7 @@ android_bluetoothd_LDADD = lib/libbluetooth-internal.la @GLIB_LIBS@ 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 \ @@ -53,7 +53,7 @@ EXTRA_DIST += android/Android.mk android/log.c android/device.c \ 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 22f8b92cf..753267a88 100644 --- a/android/Android.mk +++ b/android/Android.mk @@ -51,7 +51,7 @@ include $(BUILD_EXECUTABLE) 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 -- 2.11.0