Merge "Remove logcat's false dependency on a libutils header file."

This commit is contained in:
Elliott Hughes 2016-02-17 22:10:35 +00:00 committed by Gerrit Code Review
commit d3289ac581
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
#include <log/logd.h>
#include <log/logger.h>
#include <log/logprint.h>
#include <utils/threads.h>
#include <system/thread_defs.h>
#define DEFAULT_MAX_ROTATED_LOGS 4