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:
Cindy Zhou
2020-02-13 13:20:53 -08:00
parent dc68d92603
commit 335c39e89f

View File

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