Merge "Fix liblog logtags"

This commit is contained in:
Treehugger Robot 2016-06-01 23:28:10 +00:00 committed by Gerrit Code Review
commit 59e6afc617

View file

@ -24,7 +24,6 @@ liblog_sources = [
]
liblog_host_sources = [
"fake_log_device.c",
//"event.logtags",
"fake_writer.c",
]
liblog_target_sources = [
@ -87,6 +86,7 @@ cc_library {
"-DLIBLOG_LOG_TAG=1005",
"-DSNET_EVENT_LOG_TAG=1397638484",
],
logtags: ["event.logtags"],
compile_multilib: "both",
stl: "none",
}