Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4daee770 authored by David Drysdale's avatar David Drysdale Committed by Gerrit Code Review
Browse files

Merge "Turn off CFI for other Keymaster VTS versions"

parents aca34136 f3e239fc
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -38,5 +38,11 @@ cc_test {
        "libcrypto_static",
        "libsoftkeymasterdevice",
    ],
    test_suites: ["general-tests", "vts"],
    test_suites: [
        "general-tests",
        "vts",
    ],
    sanitize: {
        cfi: false,
    },
}
+3 −0
Original line number Diff line number Diff line
@@ -48,4 +48,7 @@ cc_test {
        "general-tests",
        "vts",
    ],
    sanitize: {
        cfi: false,
    },
}