qsap: Move to log/log.h
* cutils/log.h is deprecated. Change-Id: Id29be75e58dab602ed3abcaa64571b4d565fabb3
This commit is contained in:
parent
0a9d93707e
commit
43f569833a
2 changed files with 2 additions and 2 deletions
|
@ -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; }}
|
||||
|
||||
|
|
Loading…
Reference in a new issue