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

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

Merge "Enable cfi xaac libraries"

parents b31c7956 c0804db2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@ cc_library {
    defaults: [
        "libcodec2_soft-defaults",
        "libcodec2_soft_sanitize_all-defaults",
	"libcodec2_soft_sanitize_cfi-defaults",
    ],

    srcs: ["C2SoftXaacDec.cpp"],
+6 −0
Original line number Diff line number Diff line
@@ -14,6 +14,12 @@ cc_library_shared {
        // integer_overflow: true,
        misc_undefined: [ "signed-integer-overflow", "unsigned-integer-overflow", ],
        cfi: true,
	diag: {
            cfi: true,
        },
        config: {
            cfi_assembly_support: true,
        },
    },

    static_libs: ["libxaacdec"],