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

Commit de540ad2 authored by Tom Cherry's avatar Tom Cherry Committed by Gerrit Code Review
Browse files

Merge "logd: enable CFI"

parents 92891099 d96139f1
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",