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

Commit 41b9c5a6 authored by Dan Willemsen's avatar Dan Willemsen Committed by android-build-merger
Browse files

Merge "Fix liblog logtags" am: 59e6afc6 am: 6b525572

am: 9ce49be6

* commit '9ce49be6':
  Fix liblog logtags

Change-Id: I09f27c4f52a86303ceed20a7f60b77db0ca60bab
parents 0e7344f1 9ce49be6
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 = [
@@ -88,6 +87,7 @@ cc_library {
        "-DLIBLOG_LOG_TAG=1005",
        "-DSNET_EVENT_LOG_TAG=1397638484",
    ],
    logtags: ["event.logtags"],
    compile_multilib: "both",
    stl: "none",
}