Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c2961fa1 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Replace assert with CHECK from base/logging.h"

parents a026ec5a 358dd11b
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -38,7 +38,6 @@ bluetooth_CFLAGS += \
  -Wno-gnu-variable-sized-type-not-at-end \
  -Wno-typedef-redefinition \
  -Wno-unused-parameter \
  -UNDEBUG \
  -DLOG_NDEBUG=1

bluetooth_CONLYFLAGS += -std=c99
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@ LOCAL_C_INCLUDES := \
LOCAL_MODULE := audio.a2dp.default
LOCAL_MODULE_RELATIVE_PATH := hw

LOCAL_SHARED_LIBRARIES := liblog
LOCAL_SHARED_LIBRARIES := liblog libchrome
LOCAL_STATIC_LIBRARIES := libosi

LOCAL_MODULE_TAGS := optional
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@

#include "bt_target.h"

#include <assert.h>
#include <base/logging.h>
#include <string.h>

#include "avdt_api.h"
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@
 *
 ******************************************************************************/

#include <assert.h>
#include <base/logging.h>

#include "bt_target.h"

+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@

#define LOG_TAG "bt_bta_av"

#include <assert.h>
#include <base/logging.h>
#include <string.h>

#include "bt_target.h"
Loading