mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
Merge "Turn off CFI for other Keymaster VTS versions" am: 4daee77052 am: 23040264d1 am: c810dae469
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/1954816 Change-Id: I3396a0944bd594d2d685e909c8dbb268f560ac08
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