summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlistair Delva <adelva@google.com>2020-07-29 10:37:29 -0700
committerAlistair Delva <adelva@google.com>2020-07-29 10:37:29 -0700
commit3daa1e113e862a025b568d0ebba1b2cefba1ddc8 (patch)
treed9240ead7364a46d2620b4a89c4e9efd3daa1558
parentc4660387f4833b879eef88079394efdf53ef4d1b (diff)
downloadcuttlefish-modules-3daa1e113e862a025b568d0ebba1b2cefba1ddc8.tar.gz
Disable BPF_JIT_ALWAYS_ON on 32-bit x86
Like 32-bit ARM, this feature doesn't work correctly with Android's bpf_loader. Disable it. We will relax the config check. Bug: 154934534 Change-Id: Ic34262a0812a54b1f4c035c62cd865c1bf6e312b
-rw-r--r--i686.fragment1
1 files changed, 1 insertions, 0 deletions
diff --git a/i686.fragment b/i686.fragment
index 648a9e3..f269de8 100644
--- a/i686.fragment
+++ b/i686.fragment
@@ -1,3 +1,4 @@
CONFIG_MCORE2=y
# b/154934534
# CONFIG_TEST_STACKINIT is not set
+# CONFIG_BPF_JIT_ALWAYS_ON is not set