Fix liblog logtags
This was broken because we didn't have logtags support in Soong. Bug: 28989759 Change-Id: I8370a73cf14703b86aafd85e7ea74fc570c3ff0f
This commit is contained in:
parent
58ea31cc90
commit
d119101807
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue