Merge "liblog: use log/log.h for ALOG macros"

am: dd9fa24091

Change-Id: I567d9f71c6407a7cb96ffa2e910a4b1c05876c87
This commit is contained in:
Mark Salyzyn 2017-01-12 23:49:36 +00:00 committed by android-build-merger
commit 112d1dcd95
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>