OSDN Git Service

Fix build breakage due to bad rebase
authorMike Lockwood <lockwood@google.com>
Tue, 10 Jun 2014 23:52:39 +0000 (16:52 -0700)
committerMike Lockwood <lockwood@google.com>
Tue, 10 Jun 2014 23:52:39 +0000 (16:52 -0700)
Change-Id: Ide8190f10add027b18a34bb2604d3cd407d94224

gki/common/gki.h
main/Android.mk

index 662396b..c190426 100644 (file)
@@ -122,6 +122,8 @@ typedef struct
     UINT16   count;
 } BUFFER_Q;
 
+#define GKI_IS_QUEUE_EMPTY(p_q) ((p_q)->count == 0)
+
 /* Task constants
 */
 #ifndef TASKPTR
index 5af1d23..34b1575 100644 (file)
@@ -128,6 +128,7 @@ LOCAL_STATIC_LIBRARIES := \
        libbt-brcm_stack \
        libbt-hci \
        libbt-utils \
+       libbt-qcom_sbc_decoder \
        libosi \
        libtinyxml2