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

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

Merge "Enable CFI libjni_pacprocessor"

parents e8f4f724 dabebc6f
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -37,4 +37,10 @@ cc_library_shared {
        "-Wunused",
        "-Wunreachable-code",
    ],
    sanitize: {
        cfi: true,
        diag: {
            cfi: true,
        },
    },
}