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

Commit 71bf335f authored by Mark Salyzyn's avatar Mark Salyzyn Committed by android-build-merger
Browse files

Merge "liblog: use log/log.h for ALOG macros"

am: 06d8feef

Change-Id: Ib5b1d8dbd98957bb409bece5be84dfb10f4b23fc
parents 6afe508b 06d8feef
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@
#include <stdlib.h>
#include <string.h>

#include <android/log.h>
#include <log/log.h>

#include "EffectDownmix.h"

+1 −1
Original line number Diff line number Diff line
@@ -24,10 +24,10 @@
#include <string.h>
#include <unistd.h>

#include <android/log.h>
#include <cutils/config_utils.h>
#include <cutils/misc.h>
#include <cutils/properties.h>
#include <log/log.h>

#include <audio_effects/audio_effects_conf.h>

+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@
#endif
//#define LOG_NDEBUG 0

#include <android/log.h>
#include <log/log.h>

namespace le_fx {

+1 −1
Original line number Diff line number Diff line
@@ -21,7 +21,7 @@
#endif
//#define LOG_NDEBUG 0

#include <android/log.h>
#include <log/log.h>

#include "dsp/core/basic.h"

+1 −1
Original line number Diff line number Diff line
@@ -60,7 +60,7 @@ terms listed above has been obtained from the copyright holder.
; INCLUDES
----------------------------------------------------------------------------*/
#define LOG_TAG "a_refl"
#include <android/log.h>
#include <log/log.h>

#include "a_refl.h"
#include "typedef.h"
Loading