Merge "logd: enable LTO"

This commit is contained in:
Tom Cherry 2020-05-13 20:51:57 +00:00 committed by Gerrit Code Review
commit 17e8605bcf

View file

@ -57,6 +57,10 @@ cc_library_static {
"-Wextra",
"-Wthread-safety",
] + event_flag,
lto: {
thin: true
}
}
cc_binary {
@ -82,6 +86,10 @@ cc_binary {
cflags: [
"-Wextra",
],
lto: {
thin: true
}
}
cc_binary {