From: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> CC android/android_libbt_internal_la-hal_bluetooth.lo android/hal_bluetooth.c:26:28: fatal error: cutils/sockets.h: No such file or directory #include <cutils/sockets.h> ^ Apparently sockets.h is not used for anything, so for now remove it and once it is actually necessary add local cutils/sockets.h so it can be build with autotools as well. --- android/hal_bluetooth.c | 1 - 1 file changed, 1 deletion(-) diff --git a/android/hal_bluetooth.c b/android/hal_bluetooth.c index cf8f3ae..e6b6210 100644 --- a/android/hal_bluetooth.c +++ b/android/hal_bluetooth.c @@ -23,7 +23,6 @@ #include <hardware/bluetooth.h> #include <hardware/bt_sock.h> -#include <cutils/sockets.h> #include <cutils/properties.h> #define LOG_TAG "BlueZ" -- 1.8.3.1 -- 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