Merge "logd: enable CFI"
This commit is contained in:
commit
de540ad2f1
1 changed files with 6 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue