summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSzymon Janc <szymon.janc@tieto.com>2013-10-17 12:08:06 +0200
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2013-10-17 16:02:04 +0300
commit402e81b418f22019ab62b12ef6618af6ca16a904 (patch)
treeb57ef4cf7c440f19c5193564b3d1c608dcfab90e
parent88b098bc39d56d0e2938fc1ef22ab317e228160c (diff)
downloadbluez-402e81b418f22019ab62b12ef6618af6ca16a904.tar.gz
build: Add Android HAL headers to EXTRA_DIST
-rw-r--r--Makefile.android14
1 files changed, 14 insertions, 0 deletions
diff --git a/Makefile.android b/Makefile.android
index 4d7da3961..895b0fa87 100644
--- a/Makefile.android
+++ b/Makefile.android
@@ -15,3 +15,17 @@ endif
EXTRA_DIST += android/Android.mk android/log.c
EXTRA_DIST += android/hal-ipc-api.txt
+
+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 \
+ android/hardware/hardware.h