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

Commit ba59ad93 authored by Automerger Merge Worker's avatar Automerger Merge Worker
Browse files

Merge "Enable CFI (Control Flow Integrity)" am: aeb1127f am: c565e890 am: b16c4899

Change-Id: I19b2ae065e9af385463fedb36a1f9a393a236e7c
parents 8b162d16 b16c4899
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -117,6 +117,12 @@ cc_library {
        enabled: true,
        symbol_file: "libnetd_resolv.map.txt",
    },
    sanitize: {
        cfi: true,
        diag: {
            cfi: true,
        },
    },
}

cc_library_static {