From 55747067ceef19f53718ecaab2da4192b6a3a22d Mon Sep 17 00:00:00 2001 From: basamaryan Date: Tue, 8 Jul 2025 15:51:28 -0400 Subject: [PATCH] sm8150-common: Override kernel BPF version Change-Id: I3c581f3120b6258b3b45020c5ba12f6bf5b0ee27 --- BoardConfigCommon.mk | 1 + product.prop | 3 +++ 2 files changed, 4 insertions(+) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 2ac797b..3d9ee28 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -153,6 +153,7 @@ TARGET_BOARD_PLATFORM := msmnile # Properties TARGET_ODM_PROP += $(COMMON_PATH)/odm.prop +TARGET_PRODUCT_PROP += $(COMMON_PATH)/product.prop TARGET_SYSTEM_PROP += $(COMMON_PATH)/system.prop TARGET_VENDOR_PROP += $(COMMON_PATH)/vendor.prop ifneq ($(TARGET_IS_TABLET),true) diff --git a/product.prop b/product.prop index 4b4c389..63a3fee 100644 --- a/product.prop +++ b/product.prop @@ -1,3 +1,6 @@ # Audio ro.config.media_vol_steps=25 ro.config.vc_call_vol_steps=7 + +# eBPF +ro.bpf.kver_override=5.4.186