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

Commit bf8a33cf authored by Cindy Zhou's avatar Cindy Zhou
Browse files

Revert "Enable cfi in hevc library"

Revert "Enable cfi for libhevc"

Revert submission 1515852-enable_cfi_hevc

Reason for revert: cts breakages
Reverted Changes:
I4d5ff6818:Enable cfi for libhevc
I181015a7d:Enable cfi in hevc library

Change-Id: I89efded23607e004c0319020a9f254a80dd2d915
parent 68ffb439
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -3,12 +3,12 @@ cc_library {
    defaults: [
        "libcodec2_soft-defaults",
        "libcodec2_soft_sanitize_signed-defaults",
        "libcodec2_soft_sanitize_cfi-defaults",
    ],

    srcs: ["C2SoftHevcDec.cpp"],

    static_libs: ["libhevcdec"],

}

cc_library {
@@ -16,10 +16,10 @@ cc_library {
    defaults: [
        "libcodec2_soft-defaults",
        "libcodec2_soft_sanitize_signed-defaults",
        "libcodec2_soft_sanitize_cfi-defaults",
    ],

    srcs: ["C2SoftHevcEnc.cpp"],

    static_libs: ["libhevcenc"],

}
+0 −7
Original line number Diff line number Diff line
@@ -17,13 +17,6 @@ cc_library_shared {
            "signed-integer-overflow",
        ],
        cfi: true,
        diag: {
            cfi: true,
        },
        config: {
            cfi_assembly_support: true,
        },

    },

    // We need this because the current asm generates the following link error: