OSDN Git Service

build: Add BlueZ Android daemon
authorFrederic Danis <frederic.danis@linux.intel.com>
Fri, 4 Oct 2013 11:48:46 +0000 (14:48 +0300)
committerJohan Hedberg <johan.hedberg@intel.com>
Fri, 4 Oct 2013 12:24:47 +0000 (15:24 +0300)
.gitignore
Makefile.android

index 8a25a3e..3707209 100644 (file)
@@ -98,3 +98,5 @@ unit/test-gobex-packet
 unit/test-gobex-transfer
 unit/test-*.log
 unit/test-*.trs
+
+android/bluetoothd
index 56fa9a7..e792c10 100644 (file)
@@ -1 +1,8 @@
+if ANDROID
+noinst_PROGRAMS += android/bluetoothd
+
+android_bluetoothd_SOURCES = android/main.c
+android_bluetoothd_LDADD = @GLIB_LIBS@
+endif
+
 EXTRA_DIST += android/Android.mk