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
This commit is contained in:
@@ -37,8 +37,7 @@ cc_library_shared {
|
||||
"-Wunused",
|
||||
"-Wunreachable-code",
|
||||
],
|
||||
// Re-enable when b/145990493 is fixed
|
||||
// sanitize: {
|
||||
// cfi: true,
|
||||
// },
|
||||
sanitize: {
|
||||
cfi: true,
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user