Enable CFI libjni_pacprocessor

Bug: 145990493
Test: Ran native test proxy_resolver_v8_unittest and GTS
DeviceOwnerTest.

Change-Id: Ieae52f8569435cc2f85adb0335caae0772ea26ea
This commit is contained in:
Cindy Zhou
2019-12-12 10:22:43 -08:00
parent bd1b494bda
commit dabebc6f4f

View File

@@ -37,4 +37,10 @@ cc_library_shared {
"-Wunused",
"-Wunreachable-code",
],
sanitize: {
cfi: true,
diag: {
cfi: true,
},
},
}