From: Luiz Augusto von Dentz Date: Thu, 17 Oct 2013 08:33:40 +0000 (+0300) Subject: build: Enable building android HAL as libhal-internal.la X-Git-Tag: android-x86-4.4-r3~7356 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=247d828934fb9a78cdeee8e3cfae5eaef1e4f990;p=android-x86%2Fexternal-bluetooth-bluez.git build: Enable building android HAL as libhal-internal.la --- 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