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

Commit 1e45903d 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

am: 4a1f714e

Change-Id: Iced17f8c405d793a5107b1b35d8d484538b63766
parents 2b2d36c6 4a1f714e
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>