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

Commit ad880540 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 am: 71bf335f am: 8790fb26

am: 90335122

Change-Id: I67837417d7c8fbc2cc5239f903a0cdf3b107558b
parents b3962d24 90335122
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 <system/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