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

Commit 75981d60 authored by Cindy Zhou's avatar Cindy Zhou Committed by Gerrit Code Review
Browse files

Merge "Codec2 base components cfi assembly support"

parents 2834af3e 544fc2b2
Loading
Loading
Loading
Loading
+15 −3
Original line number Diff line number Diff line
@@ -91,8 +91,21 @@ cc_defaults {
        misc_undefined: [
            "signed-integer-overflow",
        ],
    },
}

cc_defaults {
    name: "libcodec2_soft_sanitize_cfi-defaults",

    sanitize: {
        cfi: true,
        config: {
            cfi_assembly_support: true,
        },
        diag: {
            cfi: true,
        },
    },
}

// TEMP: used by cheets2 project - remove when no longer used
@@ -131,4 +144,3 @@ cc_library {

    ldflags: ["-Wl,-Bsymbolic"],
}