Snap for 15040370 from 33280a68dcdde354aea2b8cfcd254a695398fbae to 26Q2-release Change-Id: I12990a1982c5efed9b2dcef9b2f28994915e3100
diff --git a/Android.bp b/Android.bp index 29c1355..1bfdb5a 100644 --- a/Android.bp +++ b/Android.bp
@@ -97,6 +97,8 @@ cpython3_cc_defaults { name: "py3-interp-defaults", defaults_visibility: ["//visibility:private"], + // Dependency libffi has bti turned off, which requires turning it off here. + defaults: ["no_bti"], cflags: [ "-fwrapv", "-O3",