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

Commit 335c39e8 authored by Cindy Zhou's avatar Cindy Zhou
Browse files

Enable CFI in libjni_pacprocessor

Bug: 147359729
Bug: 145990493
Test: Run proxy CTS tests on cuttlefish
Test: atest com.android.cts.devicepolicy.DeviceOwnerTest#testProxyPacProxyTest

Change-Id: I9b82cf6eeb2e880484cd2e51815a2b70a753a1a6
parent dc68d926
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,
    },
}