From: Andrei Emeltchenko <andrei.emeltchenko@xxxxxxxxx> Since the headers were copied to android/ folder Android build started to use those instead of original Android system headers. The patch puts Android system headers first. --- android/Android.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/android/Android.mk b/android/Android.mk index 3163763..0640842 100644 --- a/android/Android.mk +++ b/android/Android.mk @@ -71,6 +71,9 @@ LOCAL_SRC_FILES := \ hal-pan.c \ hal-av.c \ +LOCAL_C_INCLUDES += \ + system/core/include \ + LOCAL_SHARED_LIBRARIES := \ libcutils \ -- 1.8.1.2 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html