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

Commit e6c57082 authored by Richard Coles's avatar Richard Coles Committed by Android (Google) Code Review
Browse files

Merge "Disable CFI in libpac."

parents b9d84550 b186af1b
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -37,7 +37,8 @@ cc_library_shared {
        "-Wunused",
        "-Wunreachable-code",
    ],
    sanitize: {
        cfi: true,
    },
    // Re-enable when b/145990493 is fixed
    // sanitize: {
    //    cfi: true,
    // },
}