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

Commit e9a33feb authored by Cindy Zhou's avatar Cindy Zhou Committed by Android (Google) Code Review
Browse files

Merge "Enable CFI in libjni_pacprocessor"

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