summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Willemsen2016-01-05 15:09:09 -0600
committerDan Willemsen2016-01-05 15:09:35 -0600
commitd68c35a9ce8a155155b4675840f50cd52fb1206a (patch)
tree7d15f6b45d0e4ab47fbdaf6eef41f0159ab1f3f7
parent796d3ec8f4b13b056b515afae8eb70bbdb8275b7 (diff)
downloadplatform-system-core-d68c35a9ce8a155155b4675840f50cd52fb1206a.tar.gz
platform-system-core-d68c35a9ce8a155155b4675840f50cd52fb1206a.tar.xz
platform-system-core-d68c35a9ce8a155155b4675840f50cd52fb1206a.zip
liblog: Update Android.bp to match Android.mk
Change-Id: Ic887493c03d133a566a96c1c5b65dcd67e5d7131
-rw-r--r--liblog/Android.bp1
1 files changed, 1 insertions, 0 deletions
diff --git a/liblog/Android.bp b/liblog/Android.bp
index 878feb82b..ee883f037 100644
--- a/liblog/Android.bp
+++ b/liblog/Android.bp
@@ -71,6 +71,7 @@ cc_library {
71 // $(LOCAL_PATH)/event.logtags) 71 // $(LOCAL_PATH)/event.logtags)
72 // so make sure we do not regret hard-coding it as follows: 72 // so make sure we do not regret hard-coding it as follows:
73 "-DLIBLOG_LOG_TAG=1005", 73 "-DLIBLOG_LOG_TAG=1005",
74 "-DSNET_EVENT_LOG_TAG=1397638484",
74 ], 75 ],
75 compile_multilib: "both", 76 compile_multilib: "both",
76 stl: "none", 77 stl: "none",