aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna Malova <amalova@google.com>2020-02-13 11:47:51 +0000
committerAnna Malova <amalova@google.com>2020-02-13 12:20:59 +0000
commit0a3a231581f6f4e7fb117c9843d33470b45d81da (patch)
tree2d4d0595f3e7bd69e64e6e38f5ec83f5b24b2e06
parentbf03b491b7d4473588121d0f8925e0fd7912a132 (diff)
downloadchromium-libpac-0a3a231581f6f4e7fb117c9843d33470b45d81da.tar.gz
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: I6ca4d1f905571e414cf8ea2a8967ea2afc97ebce
-rw-r--r--Android.bp7
1 files changed, 4 insertions, 3 deletions
diff --git a/Android.bp b/Android.bp
index 465dfbd..46f6d31 100644
--- a/Android.bp
+++ b/Android.bp
@@ -37,7 +37,8 @@ cc_library_shared {
"com.android.art.release",
"com.android.art.debug",
],
- sanitize: {
- cfi: true,
- },
+ // Re-enable when b/145990493 is fixed
+ // sanitize: {
+ // cfi: true,
+ // },
}