Merge "liblog: use log/log.h when utilizing ALOG macros"

This commit is contained in:
TreeHugger Robot 2017-01-12 03:11:27 +00:00 committed by Android (Google) Code Review
commit 14adeef35a
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
#include <string.h>
#include <mutex>
#include <android/log.h>
#include <log/log.h>
using android::hardware::memtrack::V1_0::IMemtrack;
using android::hardware::memtrack::V1_0::MemtrackType;