Turn off CFI for other Keymaster VTS versions

Repeat the change for the 4.0 KeyMaster VTS tests in 3.0 and 4.1.

See previous change: I12b145dad5535846d68c97954d31a93123bb95e7

Bug: 206498742
Test: VtsHalKeymasterV4_1TargetTest, VtsHalKeymasterV3_0TargetTest
Change-Id: I3b4f9bc13e155ff451d03318d114a01abbbf138e
This commit is contained in:
David Drysdale
2022-01-19 19:05:07 +00:00
parent ac91c7c9dd
commit f3e239fc36
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,
},
}