Merge "Turn off CFI for other Keymaster VTS versions"
This commit is contained in:
commit
4daee77052
2 changed files with 10 additions and 1 deletions
|
@ -38,5 +38,11 @@ cc_test {
|
|||
"libcrypto_static",
|
||||
"libsoftkeymasterdevice",
|
||||
],
|
||||
test_suites: ["general-tests", "vts"],
|
||||
test_suites: [
|
||||
"general-tests",
|
||||
"vts",
|
||||
],
|
||||
sanitize: {
|
||||
cfi: false,
|
||||
},
|
||||
}
|
||||
|
|
|
@ -48,4 +48,7 @@ cc_test {
|
|||
"general-tests",
|
||||
"vts",
|
||||
],
|
||||
sanitize: {
|
||||
cfi: false,
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue