summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2018-02-18 08:28:18 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2018-02-18 08:28:18 +0000
commit53103125ddccae243552f6e4df3e86ac6e8a23a3 (patch)
treedcc845d4afa8b5406e216d7fb8e718a30548e2cd
parentf72559d35bcdcf0d60e4561e745e10475e5c27ef (diff)
parente2017d1ed0eb78b8530f5ab90b89c47f9141dc18 (diff)
downloadlibbt-53103125ddccae243552f6e4df3e86ac6e8a23a3.tar.gz
Snap for 4610834 from e2017d1ed0eb78b8530f5ab90b89c47f9141dc18 to pi-release
Change-Id: I0ae5e3af0737feb3f4611979388f55ebcf645216
-rw-r--r--Android.mk2
-rw-r--r--src/conf.c1
-rw-r--r--src/hardware.c2
-rw-r--r--src/upio.c3
-rw-r--r--src/userial_vendor.c1
5 files changed, 9 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index c2c6e18..6cea8f1 100644
--- a/Android.mk
+++ b/Android.mk
@@ -43,6 +43,8 @@ LOCAL_C_INCLUDES += \
LOCAL_C_INCLUDES += $(bdroid_C_INCLUDES)
LOCAL_CFLAGS += $(bdroid_CFLAGS)
+LOCAL_HEADER_LIBRARIES := libutils_headers
+
ifneq ($(BOARD_HAVE_BLUETOOTH_BCM_A2DP_OFFLOAD),)
LOCAL_STATIC_LIBRARIES := libbt-brcm_a2dp
endif
diff --git a/src/conf.c b/src/conf.c
index 39ac12e..c28c4f1 100644
--- a/src/conf.c
+++ b/src/conf.c
@@ -30,6 +30,7 @@
#include <utils/Log.h>
#include <string.h>
#include "bt_vendor_brcm.h"
+#include <stdio.h>
/******************************************************************************
** Externs
diff --git a/src/hardware.c b/src/hardware.c
index 93def07..da9b918 100644
--- a/src/hardware.c
+++ b/src/hardware.c
@@ -41,6 +41,8 @@
#include <cutils/properties.h>
#include <stdlib.h>
#include <string.h>
+#include <stdio.h>
+#include <unistd.h>
#include "bt_hci_bdroid.h"
#include "bt_vendor_brcm.h"
#include "esco_parameters.h"
diff --git a/src/upio.c b/src/upio.c
index d24d496..1a88e28 100644
--- a/src/upio.c
+++ b/src/upio.c
@@ -36,6 +36,9 @@
#include "bt_vendor_brcm.h"
#include "upio.h"
#include "userial_vendor.h"
+#include <stdio.h>
+#include <unistd.h>
+#include <time.h>
/******************************************************************************
** Constants & Macros
diff --git a/src/userial_vendor.c b/src/userial_vendor.c
index 3ff518b..c727061 100644
--- a/src/userial_vendor.c
+++ b/src/userial_vendor.c
@@ -35,6 +35,7 @@
#include "bt_vendor_brcm.h"
#include "userial.h"
#include "userial_vendor.h"
+#include <unistd.h>
/******************************************************************************
** Constants & Macros