liblog: use log/log.h for ALOG macros

Test: compile
Bug: 34250038
Change-Id: I0f56c563871f377c03380498cd867b916892f1dc
This commit is contained in:
Mark Salyzyn 2017-01-12 15:44:06 -08:00
parent 6bc1d38381
commit 51c33b7011
2 changed files with 2 additions and 2 deletions

View file

@ -29,8 +29,8 @@
#include <unistd.h>
// We test both kinds of logging.
#include <android/log.h>
#include <android-base/logging.h>
#include <log/log.h>
#if defined(STATIC_CRASHER)
#include "debuggerd/client.h"

View file

@ -21,7 +21,7 @@
#include <stdint.h>
#include <sys/types.h>
#include <android/log.h>
#include <log/log.h>
#include <utils/Errors.h>
#include <utils/SortedVector.h>
#include <utils/TypeHelpers.h>