summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'logd/Android.bp')
-rw-r--r--logd/Android.bp2
1 files changed, 1 insertions, 1 deletions
diff --git a/logd/Android.bp b/logd/Android.bp
index 68b79d32e..5c79976a3 100644
--- a/logd/Android.bp
+++ b/logd/Android.bp
@@ -25,7 +25,7 @@ event_flag = [
25 "-DAUDITD_LOG_TAG=1003", 25 "-DAUDITD_LOG_TAG=1003",
26 "-DCHATTY_LOG_TAG=1004", 26 "-DCHATTY_LOG_TAG=1004",
27 "-DTAG_DEF_LOG_TAG=1005", 27 "-DTAG_DEF_LOG_TAG=1005",
28 "-DLIBLOG_LOG_TAG=1006" 28 "-DLIBLOG_LOG_TAG=1006",
29] 29]
30 30
31cc_library_static { 31cc_library_static {