Loading liblog/Android.bp +6 −4 Original line number Original line Diff line number Diff line Loading @@ -14,15 +14,16 @@ // limitations under the License. // limitations under the License. // // liblog_host_sources = [ liblog_sources = [ "logd_write.c", "logd_write.c", "log_event_list.c", "log_event_write.c", "log_event_write.c", ] liblog_host_sources = [ "fake_log_device.c", "fake_log_device.c", //"event.logtags", //"event.logtags", ] ] liblog_target_sources = [ liblog_target_sources = [ "logd_write.c", "log_event_write.c", "event_tag_map.c", "event_tag_map.c", "log_time.cpp", "log_time.cpp", "log_is_loggable.c", "log_is_loggable.c", Loading @@ -36,6 +37,8 @@ cc_library { name: "liblog", name: "liblog", host_supported: true, host_supported: true, srcs: liblog_sources, target: { target: { host: { host: { srcs: liblog_host_sources, srcs: liblog_host_sources, Loading Loading @@ -71,7 +74,6 @@ cc_library { // $(LOCAL_PATH)/event.logtags) // $(LOCAL_PATH)/event.logtags) // so make sure we do not regret hard-coding it as follows: // so make sure we do not regret hard-coding it as follows: "-DLIBLOG_LOG_TAG=1005", "-DLIBLOG_LOG_TAG=1005", "-DSNET_EVENT_LOG_TAG=1397638484", ], ], compile_multilib: "both", compile_multilib: "both", stl: "none", stl: "none", Loading Loading
liblog/Android.bp +6 −4 Original line number Original line Diff line number Diff line Loading @@ -14,15 +14,16 @@ // limitations under the License. // limitations under the License. // // liblog_host_sources = [ liblog_sources = [ "logd_write.c", "logd_write.c", "log_event_list.c", "log_event_write.c", "log_event_write.c", ] liblog_host_sources = [ "fake_log_device.c", "fake_log_device.c", //"event.logtags", //"event.logtags", ] ] liblog_target_sources = [ liblog_target_sources = [ "logd_write.c", "log_event_write.c", "event_tag_map.c", "event_tag_map.c", "log_time.cpp", "log_time.cpp", "log_is_loggable.c", "log_is_loggable.c", Loading @@ -36,6 +37,8 @@ cc_library { name: "liblog", name: "liblog", host_supported: true, host_supported: true, srcs: liblog_sources, target: { target: { host: { host: { srcs: liblog_host_sources, srcs: liblog_host_sources, Loading Loading @@ -71,7 +74,6 @@ cc_library { // $(LOCAL_PATH)/event.logtags) // $(LOCAL_PATH)/event.logtags) // so make sure we do not regret hard-coding it as follows: // so make sure we do not regret hard-coding it as follows: "-DLIBLOG_LOG_TAG=1005", "-DLIBLOG_LOG_TAG=1005", "-DSNET_EVENT_LOG_TAG=1397638484", ], ], compile_multilib: "both", compile_multilib: "both", stl: "none", stl: "none", Loading