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

Commit eb165613 authored by Mark Salyzyn's avatar Mark Salyzyn
Browse files

liblog: use log/log.h for ALOG macros

Test: compile
Bug: 30465923
Change-Id: I247151363604714088b6059279702702b4e9f89a
parent 98d1217d
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