Merge "logd: enable CFI"

This commit is contained in:
Tom Cherry 2020-09-23 18:44:02 +00:00 committed by Gerrit Code Review
commit de540ad2f1

View file

@ -45,6 +45,9 @@ cc_defaults {
lto: {
thin: true,
},
sanitize: {
cfi: true,
},
cpp_std: "experimental",
}
@ -147,7 +150,9 @@ cc_defaults {
"SerializedLogChunkTest.cpp",
"SerializedFlushToStateTest.cpp",
],
sanitize: {
cfi: true,
},
static_libs: [
"libbase",
"libcutils",