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

Commit 130e634e authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Enable CFI for libstagefright_foundation."

parents 01c10f8c 9c018526
Loading
Loading
Loading
Loading
+4 −0
Original line number Original line Diff line number Diff line
@@ -50,5 +50,9 @@ cc_library_shared {
            "unsigned-integer-overflow",
            "unsigned-integer-overflow",
            "signed-integer-overflow",
            "signed-integer-overflow",
        ],
        ],
        cfi: true,
        diag: {
          cfi: true,
        },
    },
    },
}
}