qsap: Move to log/log.h

* cutils/log.h is deprecated.

Change-Id: Id29be75e58dab602ed3abcaa64571b4d565fabb3
This commit is contained in:
Arne Coucheron 2018-07-03 00:49:39 +02:00 committed by Jeferson
parent 0a9d93707e
commit 43f569833a
2 changed files with 2 additions and 2 deletions

View file

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

View file

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