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

Commit 290508c5 authored by Cindy Zhou's avatar Cindy Zhou Committed by Automerger Merge Worker
Browse files

Merge "Codec2 base components cfi assembly support" am: 75981d60

Original change: https://android-review.googlesource.com/c/platform/frameworks/av/+/1515851

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: If02084c0639cdf98a016aeb799e39f63570fa1c8
parents a68a6a71 75981d60
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"],
}