1 Commits
bq2 ... bka

Author SHA1 Message Date
aryan
dab8ea474c raphael: Override kernel BPF version to 5.4.299
This matches android12-5.4

Test: atest netd_integration_test
Change-Id: I9b811c05610c11718d64289f10ab88c8c67df3c5
2026-01-15 21:27:18 +01:00
2 changed files with 3 additions and 0 deletions

View File

@@ -43,6 +43,7 @@ BOARD_VENDOR_RAMDISK_RECOVERY_KERNEL_MODULES_LOAD := $(BOOT_KERNEL_MODULES)
BOARD_DTBOIMG_PARTITION_SIZE := 25165824
# Properties
TARGET_PRODUCT_PROP += $(DEVICE_PATH)/product.prop
TARGET_VENDOR_PROP += $(DEVICE_PATH)/vendor.prop
# Recovery

2
product.prop Normal file
View File

@@ -0,0 +1,2 @@
# eBPF
ro.bpf.kver_override=5.4.299