ANDROID: cuttlefish_defconfig: Enable BPF_JIT and BPF_JIT_ALWAYS_ON
Generated via:
echo 'CONFIG_BPF_JIT=y' >> arch/x86/configs/x86_64_cuttlefish_defconfig
echo 'CONFIG_BPF_JIT_ALWAYS_ON=y' >> arch/x86/configs/x86_64_cuttlefish_defconfig
make ARCH=x86_64 x86_64_cuttlefish_defconfig
make ARCH=x86_64 savedefconfig
mv defconfig arch/x86/configs/x86_64_cuttlefish_defconfig
echo 'CONFIG_BPF_JIT=y' >> arch/arm64/configs/cuttlefish_defconfig
echo 'CONFIG_BPF_JIT_ALWAYS_ON=y' >> arch/arm64/configs/cuttlefish_defconfig
make ARCH=arm64 cuttlefish_defconfig
make ARCH=arm64 savedefconfig
mv defconfig arch/arm64/configs/cuttlefish_defconfig
Bug: 140377409
Signed-off-by: Maciej Żenczykowski <maze@google.com>
Change-Id: I5444070db7049f3b3b1414efc1cb8ba437787fcf
2 files changed