mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Merge "Explicitly include log/log.h or android/log.h instead of cutils/log.h"
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -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);
|
||||
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
|
||||
#include "KeymasterDevice.h"
|
||||
|
||||
#include <cutils/log.h>
|
||||
#include <log/log.h>
|
||||
|
||||
#include <AndroidKeymaster3Device.h>
|
||||
#include <hardware/keymaster0.h>
|
||||
|
||||
Reference in New Issue
Block a user