Linux bluetooth development
 help / color / mirror / Atom feed
* [PATCH] android: Use Android headers instead of local ones
@ 2013-10-30 15:51 Andrei Emeltchenko
  2013-10-31  8:42 ` Johan Hedberg
  0 siblings, 1 reply; 2+ messages in thread
From: Andrei Emeltchenko @ 2013-10-30 15:51 UTC (permalink / raw)
  To: linux-bluetooth

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

Add path to Android libhardware library headers
---
 android/Android.mk |    1 +
 1 file changed, 1 insertion(+)

diff --git a/android/Android.mk b/android/Android.mk
index fc1b276..88dff4b 100644
--- a/android/Android.mk
+++ b/android/Android.mk
@@ -86,6 +86,7 @@ LOCAL_SRC_FILES := \
 
 LOCAL_C_INCLUDES += \
 	$(call include-path-for, system-core) \
+	$(call include-path-for, libhardware) \
 
 LOCAL_SHARED_LIBRARIES := \
 	libcutils \
-- 
1.7.10.4


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

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

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-10-30 15:51 [PATCH] android: Use Android headers instead of local ones Andrei Emeltchenko
2013-10-31  8:42 ` Johan Hedberg

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