aboutsummaryrefslogtreecommitdiffstats
path: root/android-5.4
diff options
context:
space:
mode:
Diffstat (limited to 'android-5.4')
-rw-r--r--android-5.4/android-base-conditional.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/android-5.4/android-base-conditional.xml b/android-5.4/android-base-conditional.xml
index ba19046..8e8ee80 100644
--- a/android-5.4/android-base-conditional.xml
+++ b/android-5.4/android-base-conditional.xml
@@ -97,10 +97,6 @@
<key>CONFIG_RETPOLINE</key>
<value type="bool">y</value>
</config>
- <config>
- <key>CONFIG_BPF_JIT_ALWAYS_ON</key>
- <value type="bool">y</value>
- </config>
</group>
<!-- x86_64 base requirements -->
@@ -115,6 +111,10 @@
<key>CONFIG_CFI_CLANG</key>
<value type="bool">y</value>
</config>
+ <config>
+ <key>CONFIG_BPF_JIT_ALWAYS_ON</key>
+ <value type="bool">y</value>
+ </config>
</group>
<!-- CONFIG_ACPI || CONFIG_OF -->