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
This commit is contained in:
Anna Malova
2020-02-13 11:52:32 +00:00
parent c228e1d88a
commit b186af1bfb

View File

@@ -37,7 +37,8 @@ cc_library_shared {
"-Wunused",
"-Wunreachable-code",
],
sanitize: {
cfi: true,
},
// Re-enable when b/145990493 is fixed
// sanitize: {
// cfi: true,
// },
}