summaryrefslogtreecommitdiff
path: root/Makefile.android
blob: e161e6dceb75b9a7d150e670dba09f21beffdf3e (plain)
1
2
3
4
5
6
7
8
if ANDROID
noinst_PROGRAMS += android/bluetoothd

android_bluetoothd_SOURCES = android/main.c src/log.c
android_bluetoothd_LDADD = @GLIB_LIBS@
endif

EXTRA_DIST += android/Android.mk android/log.c