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

Commit fcae88ec authored by Tom Cherry's avatar Tom Cherry Committed by Automerger Merge Worker
Browse files

Merge "logd: enable CFI" am: de540ad2

Original change: https://android-review.googlesource.com/c/platform/system/core/+/1435037

Change-Id: I5a5a25818fdc7d4167ce50dcc856ef10a7e01635
parents 48507b1c de540ad2
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",