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

Commit 6b525572 authored by Dan Willemsen's avatar Dan Willemsen Committed by android-build-merger
Browse files

Merge "Fix liblog logtags"

am: 59e6afc6

* commit '59e6afc6':
  Fix liblog logtags

Change-Id: I081aed7de6c8d4f038941d5baa8a5305207fddb0
parents a6d6f450 59e6afc6
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",
}