Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 59e6afc6 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Fix liblog logtags"

parents 9292d7da d1191018
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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",
}