summaryrefslogtreecommitdiffstats
path: root/logd/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'logd/Android.mk')
-rw-r--r--logd/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/logd/Android.mk b/logd/Android.mk
index feca8d555..a1caef4d1 100644
--- a/logd/Android.mk
+++ b/logd/Android.mk
@@ -38,7 +38,7 @@ LOCAL_SHARED_LIBRARIES := \
# event_flag := $(call event_logtags,auditd)
# event_flag += $(call event_logtags,logd)
# so make sure we do not regret hard-coding it as follows:
-event_flag := -DAUDITD_LOG_TAG=1003 -DLOGD_LOG_TAG=1004
+event_flag := -DAUDITD_LOG_TAG=1003 -DCHATTY_LOG_TAG=1004
LOCAL_CFLAGS := -Werror $(event_flag)