Merge "Turn off CFI for other Keymaster VTS versions"

This commit is contained in:
David Drysdale
2022-01-21 07:58:28 +00:00
committed by Gerrit Code Review
2 changed files with 10 additions and 1 deletions

View File

@@ -38,5 +38,11 @@ cc_test {
"libcrypto_static",
"libsoftkeymasterdevice",
],
test_suites: ["general-tests", "vts"],
test_suites: [
"general-tests",
"vts",
],
sanitize: {
cfi: false,
},
}

View File

@@ -48,4 +48,7 @@ cc_test {
"general-tests",
"vts",
],
sanitize: {
cfi: false,
},
}