mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-12-28 21:33:29 +08:00
11 lines
236 B
Makefile
11 lines
236 B
Makefile
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
|
|
|
|
EXTRA_DIST += android/hal-ipc-api.txt
|