Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH 1/2] android/haltest: Use Android system headers instead of local
@ 2013-10-31  8:37 Andrei Emeltchenko
  2013-10-31  8:37 ` [PATCH 2/2] android/haltest: Fix bug when building for Android 4.2.2 Andrei Emeltchenko
  2013-10-31  8:53 ` [PATCH 1/2] android/haltest: Use Android system headers instead of local Johan Hedberg
  0 siblings, 2 replies; 3+ messages in thread
From: Andrei Emeltchenko @ 2013-10-31  8:37 UTC (permalink / raw)
  To: linux-bluetooth

From: Andrei Emeltchenko <andrei.emeltchenko@intel.com>

---
 android/Android.mk |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/android/Android.mk b/android/Android.mk
index 3c4a825..e47f4a9 100644
--- a/android/Android.mk
+++ b/android/Android.mk
@@ -121,6 +121,10 @@ LOCAL_SRC_FILES := \
 	client/if-pan.c \
 	client/if-sock.c \
 
+LOCAL_C_INCLUDES += \
+	$(call include-path-for, system-core) \
+	$(call include-path-for, libhardware) \
+
 LOCAL_CFLAGS := $(BLUEZ_COMMON_CFLAGS)
 
 LOCAL_SHARED_LIBRARIES := libhardware
-- 
1.7.10.4


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-10-31  8:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-31  8:37 [PATCH 1/2] android/haltest: Use Android system headers instead of local Andrei Emeltchenko
2013-10-31  8:37 ` [PATCH 2/2] android/haltest: Fix bug when building for Android 4.2.2 Andrei Emeltchenko
2013-10-31  8:53 ` [PATCH 1/2] android/haltest: Use Android system headers instead of local Johan Hedberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox