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

Commit 4a1f714e authored by Sasha Smundak's avatar Sasha Smundak Committed by android-build-merger
Browse files

Merge "Explicitly include log/log.h or android/log.h instead of cutils/log.h"

am: b5db1258

Change-Id: I55fd176e62326df38194486d86a9d3a8f72270ea
parents ea84e78b b5db1258
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@
#define ATRACE_TAG ATRACE_TAG_CAMERA
//#define LOG_NDEBUG 0

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

#include <inttypes.h>
#include <math.h>
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@
#include <Gnss.h> // for wakelock consolidation
#include <GnssUtils.h>

#include <cutils/log.h>  // for ALOGE
#include <android/log.h>  // for ALOGE
#include <vector>

namespace android {
+1 −1
Original line number Diff line number Diff line
@@ -17,9 +17,9 @@
#ifndef ANDROID_HARDWARE_GNSS_THREADCREATIONWRAPPER_H
#define ANDROID_HARDWARE_GNSS_THREADCREATIONWRAPPER_H

#include <log/log.h>
#include <pthread.h>
#include <vector>
#include <cutils/log.h>

typedef void (*threadEntryFunc)(void* ret);

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

#include "KeymasterDevice.h"

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

#include <AndroidKeymaster3Device.h>
#include <hardware/keymaster0.h>