Libavc remove diag

Removing diag mode since it's only required for debugging purposes.
Bug: 158010610
Test: n/a

Change-Id: I8f87913ab14bcd97ec8e6975893726e3ee92e399
This commit is contained in:
Cindy Zhou 2021-01-13 11:39:38 -08:00
parent 91b4a017ed
commit bb48f97189

View file

@ -225,16 +225,6 @@ cc_library_static {
},
},
target: {
android: {
sanitize: {
diag: {
cfi: true,
},
},
},
},
sanitize: {
integer_overflow: true,
misc_undefined: ["bounds"],
@ -498,16 +488,6 @@ cc_library_static {
},
},
target: {
android: {
sanitize: {
diag: {
cfi: true,
},
},
},
},
sanitize: {
integer_overflow: true,
misc_undefined: ["bounds"],