From eab79de68ffb0794556bcabb583669998c2fcb83 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Thu, 17 Oct 2013 11:38:29 +0300 Subject: [PATCH] android: Fix build error with autotools 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 ^ 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 9bb9dcf76..d9be9e7ef 100644 --- a/android/hal_bluetooth.c +++ b/android/hal_bluetooth.c @@ -23,7 +23,6 @@ #include #include -#include #include #define LOG_TAG "BlueZ" -- 2.47.3