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

am: 4a1f714ed0

Change-Id: Iced17f8c405d793a5107b1b35d8d484538b63766
This commit is contained in:
Sasha Smundak 2019-02-01 12:48:22 -08:00 committed by android-build-merger
commit 1e45903dd5
4 changed files with 4 additions and 4 deletions

View file

@ -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>

View file

@ -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 {

View file

@ -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);

View file

@ -19,7 +19,7 @@
#include "KeymasterDevice.h"
#include <cutils/log.h>
#include <log/log.h>
#include <AndroidKeymaster3Device.h>
#include <hardware/keymaster0.h>