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

Commit d480a99b authored by Dan Willemsen's avatar Dan Willemsen Committed by Gerrit Code Review
Browse files

Merge "liblog: Update Android.bp for Android.mk changes"

parents e663c163 7d5457e1
Loading
Loading
Loading
Loading
+6 −4
Original line number Diff line number Diff line
@@ -14,15 +14,16 @@
// limitations under the License.
//

liblog_host_sources = [
liblog_sources = [
    "logd_write.c",
    "log_event_list.c",
    "log_event_write.c",
]
liblog_host_sources = [
    "fake_log_device.c",
    //"event.logtags",
]
liblog_target_sources = [
    "logd_write.c",
    "log_event_write.c",
    "event_tag_map.c",
    "log_time.cpp",
    "log_is_loggable.c",
@@ -36,6 +37,8 @@ cc_library {
    name: "liblog",
    host_supported: true,

    srcs: liblog_sources,

    target: {
        host: {
            srcs: liblog_host_sources,
@@ -71,7 +74,6 @@ cc_library {
        //       $(LOCAL_PATH)/event.logtags)
        // so make sure we do not regret hard-coding it as follows:
        "-DLIBLOG_LOG_TAG=1005",
        "-DSNET_EVENT_LOG_TAG=1397638484",
    ],
    compile_multilib: "both",
    stl: "none",