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

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

Merge "logd: enable CFI" am: de540ad2 am: fcae88ec

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

Change-Id: I2f68c1f2cb3de7398626e4221baf81c47b2572e8
parents 01cf1878 fcae88ec
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",