sm8150-common: Override kernel BPF version

Change-Id: I3c581f3120b6258b3b45020c5ba12f6bf5b0ee27
This commit is contained in:
basamaryan
2025-07-08 15:51:28 -04:00
committed by firebird11
parent f197397453
commit 55747067ce
2 changed files with 4 additions and 0 deletions

View File

@@ -153,6 +153,7 @@ TARGET_BOARD_PLATFORM := msmnile
# Properties # Properties
TARGET_ODM_PROP += $(COMMON_PATH)/odm.prop TARGET_ODM_PROP += $(COMMON_PATH)/odm.prop
TARGET_PRODUCT_PROP += $(COMMON_PATH)/product.prop
TARGET_SYSTEM_PROP += $(COMMON_PATH)/system.prop TARGET_SYSTEM_PROP += $(COMMON_PATH)/system.prop
TARGET_VENDOR_PROP += $(COMMON_PATH)/vendor.prop TARGET_VENDOR_PROP += $(COMMON_PATH)/vendor.prop
ifneq ($(TARGET_IS_TABLET),true) ifneq ($(TARGET_IS_TABLET),true)

View File

@@ -1,3 +1,6 @@
# Audio # Audio
ro.config.media_vol_steps=25 ro.config.media_vol_steps=25
ro.config.vc_call_vol_steps=7 ro.config.vc_call_vol_steps=7
# eBPF
ro.bpf.kver_override=5.4.186