summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorElliott Hughes2018-04-10 16:48:21 -0500
committerElliott Hughes2018-04-11 10:28:37 -0500
commit0b539f3bcb9ff768ab642cddb0735c490f253be3 (patch)
tree18384d367cb98fc9a49364262c02647280a91b23 /logwrapper/logwrap.c
parent20d21598033bb682a54ec1eca2568e030ad92e46 (diff)
downloadplatform-system-core-0b539f3bcb9ff768ab642cddb0735c490f253be3.tar.gz
platform-system-core-0b539f3bcb9ff768ab642cddb0735c490f253be3.tar.xz
platform-system-core-0b539f3bcb9ff768ab642cddb0735c490f253be3.zip
Build /vendor/bin/logwrapper too.
Bug: https://issuetracker.google.com/77284669 Test: builds Change-Id: Iaafc856f2a7441d318f7b9376caa6629e02a8e23
Diffstat (limited to 'logwrapper/logwrap.c')
-rw-r--r--logwrapper/logwrap.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/logwrapper/logwrap.c b/logwrapper/logwrap.c
index 7076078dc..86219936d 100644
--- a/logwrapper/logwrap.c
+++ b/logwrapper/logwrap.c
@@ -31,7 +31,6 @@
31#include <cutils/klog.h> 31#include <cutils/klog.h>
32#include <log/log.h> 32#include <log/log.h>
33#include <logwrap/logwrap.h> 33#include <logwrap/logwrap.h>
34#include <private/android_filesystem_config.h>
35 34
36#define ARRAY_SIZE(x) (sizeof(x) / sizeof(*(x))) 35#define ARRAY_SIZE(x) (sizeof(x) / sizeof(*(x)))
37#define MIN(a,b) (((a)<(b))?(a):(b)) 36#define MIN(a,b) (((a)<(b))?(a):(b))