From 247d828934fb9a78cdeee8e3cfae5eaef1e4f990 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Thu, 17 Oct 2013 11:33:40 +0300 Subject: [PATCH] build: Enable building android HAL as libhal-internal.la --- Makefile.android | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/Makefile.android b/Makefile.android index 1b47fd297..e26a30a7d 100644 --- a/Makefile.android +++ b/Makefile.android @@ -10,6 +10,27 @@ android_bluetoothd_SOURCES = android/main.c \ src/shared/mgmt.h src/shared/mgmt.c android_bluetoothd_LDADD = lib/libbluetooth-internal.la @GLIB_LIBS@ + +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 endif EXTRA_DIST += android/Android.mk android/log.c -- 2.11.0