2013-10-04 19:48:46 +08:00
|
|
|
if ANDROID
|
|
|
|
noinst_PROGRAMS += android/bluetoothd
|
|
|
|
|
2013-10-16 22:36:28 +08:00
|
|
|
android_bluetoothd_SOURCES = android/main.c \
|
|
|
|
src/log.c \
|
2013-10-16 22:36:29 +08:00
|
|
|
android/hal-msg.h \
|
2013-10-16 22:36:31 +08:00
|
|
|
src/sdpd-database.c src/sdpd-server.c \
|
|
|
|
src/sdpd-service.c src/sdpd-request.c \
|
2013-10-16 22:36:29 +08:00
|
|
|
src/shared/util.h src/shared/util.c \
|
|
|
|
src/shared/mgmt.h src/shared/mgmt.c
|
2013-10-16 22:36:28 +08:00
|
|
|
|
2013-10-16 22:36:31 +08:00
|
|
|
android_bluetoothd_LDADD = lib/libbluetooth-internal.la @GLIB_LIBS@
|
2013-10-17 16:33:40 +08:00
|
|
|
|
|
|
|
noinst_LTLIBRARIES += android/libhal-internal.la
|
|
|
|
|
|
|
|
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 \
|
|
|
|
android/hardware/bt_gatt.h \
|
|
|
|
android/hardware/bt_gatt_client.h \
|
|
|
|
android/hardware/bt_gatt_server.h \
|
|
|
|
android/hardware/bt_gatt_types.h \
|
|
|
|
android/hardware/bt_hf.h \
|
|
|
|
android/hardware/bt_hh.h \
|
|
|
|
android/hardware/bt_hl.h \
|
|
|
|
android/hardware/bt_pan.h \
|
|
|
|
android/hardware/bt_rc.h \
|
|
|
|
android/hardware/bt_sock.h \
|
|
|
|
android/hardware/hardware.h \
|
|
|
|
android/cutils/log.h \
|
|
|
|
android/cutils/properties.h
|
|
|
|
android_libhal_internal_la_CPPFLAGS = -I$(srcdir)/android
|
2013-10-18 04:28:37 +08:00
|
|
|
|
|
|
|
noinst_PROGRAMS += android/haltest
|
|
|
|
|
|
|
|
android_haltest_SOURCES = android/client/haltest.c \
|
|
|
|
android/client/pollhandler.c \
|
|
|
|
android/client/terminal.c \
|
|
|
|
android/client/history.c \
|
|
|
|
android/client/textconv.c \
|
2013-10-18 04:28:38 +08:00
|
|
|
android/client/if-bt.c \
|
|
|
|
android/client/hwmodule.c
|
2013-10-18 04:28:37 +08:00
|
|
|
|
|
|
|
android_haltest_LDADD = android/libhal-internal.la
|
|
|
|
|
|
|
|
android_haltest_CFLAGS = $(AM_CFLAGS) -I$(srcdir)/android
|
|
|
|
|
2013-10-04 19:48:46 +08:00
|
|
|
endif
|
|
|
|
|
2013-10-04 19:48:47 +08:00
|
|
|
EXTRA_DIST += android/Android.mk android/log.c
|
2013-10-14 16:05:59 +08:00
|
|
|
|
|
|
|
EXTRA_DIST += android/hal-ipc-api.txt
|
2013-10-17 18:08:06 +08:00
|
|
|
|
|
|
|
EXTRA_DIST += android/hardware/bluetooth.h \
|
|
|
|
android/hardware/bt_av.h \
|
|
|
|
android/hardware/bt_gatt.h \
|
|
|
|
android/hardware/bt_gatt_client.h \
|
|
|
|
android/hardware/bt_gatt_server.h \
|
|
|
|
android/hardware/bt_gatt_types.h \
|
|
|
|
android/hardware/bt_hf.h \
|
|
|
|
android/hardware/bt_hh.h \
|
|
|
|
android/hardware/bt_hl.h \
|
|
|
|
android/hardware/bt_pan.h \
|
|
|
|
android/hardware/bt_rc.h \
|
|
|
|
android/hardware/bt_sock.h \
|
2013-10-17 16:31:41 +08:00
|
|
|
android/hardware/hardware.h \
|
2013-10-17 22:40:07 +08:00
|
|
|
android/cutils/log.h \
|
|
|
|
android/cutils/properties.h
|