mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
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:
@@ -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,
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user