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

Commit d96139f1 authored by Tom Cherry's avatar Tom Cherry
Browse files

logd: enable CFI

Test: logd runs normally
Change-Id: Ic3e117bd445ae339fed7846e3eaa14478580f091
parent fb2dafa5
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -45,6 +45,9 @@ cc_defaults {
    lto: {
        thin: true,
    },
    sanitize: {
        cfi: true,
    },
    cpp_std: "experimental",
}

@@ -147,7 +150,9 @@ cc_defaults {
        "SerializedLogChunkTest.cpp",
        "SerializedFlushToStateTest.cpp",
    ],

    sanitize: {
        cfi: true,
    },
    static_libs: [
        "libbase",
        "libcutils",