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

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