qsap: Move to log/log.h
* cutils/log.h is deprecated. Change-Id: Id29be75e58dab602ed3abcaa64571b4d565fabb3
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
|
||||
#define LOG_TAG "QCLDR-"
|
||||
|
||||
#include <cutils/log.h>
|
||||
#include <log/log.h>
|
||||
#include <cutils/memory.h>
|
||||
#include <cutils/misc.h>
|
||||
#include <cutils/properties.h>
|
||||
|
||||
@@ -67,7 +67,7 @@
|
||||
#define LOG_TAG "QCSDK"
|
||||
|
||||
#include <cutils/properties.h>
|
||||
#include <cutils/log.h>
|
||||
#include <log/log.h>
|
||||
|
||||
#define SKIP_BLANK_SPACE(x) {while(*x != '\0') { if((*x == ' ') || (*x == '\t')) x++; else break; }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user