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

Commit b186af1b authored by Anna Malova's avatar Anna Malova
Browse files

Disable CFI in libpac.

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

Change-Id: I5b1bb53b3acb2b5587657ce266070ca7c09f2f9d
parent c228e1d8
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,
    // },
}