Merge "Enable cfi for aac"

This commit is contained in:
Cindy Zhou 2021-01-08 17:47:26 +00:00 committed by Gerrit Code Review
commit 5690f9c39f
1 changed files with 8 additions and 2 deletions

View File

@ -32,8 +32,7 @@ cc_library_static {
"signed-integer-overflow", "signed-integer-overflow",
"bounds", "bounds",
], ],
// Enable CFI if this becomes a shared library. cfi: true,
// cfi: true,
}, },
shared_libs: [ shared_libs: [
"liblog", "liblog",
@ -58,6 +57,13 @@ cc_library_static {
darwin: { darwin: {
enabled: false, enabled: false,
}, },
android: {
sanitize: {
diag: {
cfi: true,
},
},
},
}, },
apex_available: [ apex_available: [