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

Commit 344164a0 authored by Ken Chen's avatar Ken Chen
Browse files

Remove CFI diagnostics mode

CFI diagnostics sould be disabled since it introduces additional
overhead/complexity, and the diagnostics libraries haven't been analyzed
from a security perspective since they were primarily meant for testing.
The CFI will still work.

Bug: 146408702
Bug: 149427927
Change-Id: I4403da7c2b893907ca48918142c98bb6211656e6
parent 6cb2be07
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -124,9 +124,6 @@ cc_library {
    },
    sanitize: {
        cfi: true,
        diag: {
            cfi: true,
        },
    },
}