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

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

Enable cfi xaac libraries

Bug: 158010610
Bug: 173497308
Test: n/a currently not used in the build
Change-Id: Iadf0e1273cb6662db19938a6df89be8be92fff1d
parent 68ffb439
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"],