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

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

Enable CFI libjni_pacprocessor

Bug: 145990493
Test: Ran native test proxy_resolver_v8_unittest and GTS
DeviceOwnerTest.

Change-Id: Ieae52f8569435cc2f85adb0335caae0772ea26ea
parent bd1b494b
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,
        },
    },
}