From: Andrei Emeltchenko <andrei.emeltchenko@xxxxxxxxx> Those are modified patches from Frederic Danis. Changes: * log is now printed to stderr Frederic Danis (7): build: Add skeleton for BlueZ Android android: Add skeleton of BlueZ Android daemon android-build: Add BlueZ Android daemon build: Add BlueZ Android daemon android: Android version of log.c android-build: Add logging system build: Add logging system .gitignore | 2 + Makefile.am | 4 +- Makefile.android | 8 ++++ android/Android.mk | 31 ++++++++++++++ android/log.c | 82 ++++++++++++++++++++++++++++++++++++ android/main.c | 116 +++++++++++++++++++++++++++++++++++++++++++++++++++ bootstrap-configure | 1 + configure.ac | 5 +++ 8 files changed, 248 insertions(+), 1 deletion(-) create mode 100644 Makefile.android create mode 100644 android/Android.mk create mode 100644 android/log.c create mode 100644 android/main.c -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html