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:
parent
91b4a017ed
commit
bb48f97189
1 changed files with 0 additions and 20 deletions
20
Android.bp
20
Android.bp
|
|
@ -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"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue