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

Commit c565e890 authored by Ken Chen's avatar Ken Chen Committed by android-build-merger
Browse files

Merge "Enable CFI (Control Flow Integrity)"

am: aeb1127f

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


cc_library_static {
cc_library_static {