mirror of
https://github.com/Evolution-X-Devices/hardware_samsung_slsi-linaro_config
synced 2026-01-27 14:22:11 +00:00
config: Check for kernel 5.10 in openmax makefile too
Change-Id: Ib699a5a5c1bc8d3278b52252b9e815b08b91b4cc
This commit is contained in:
@@ -21,7 +21,7 @@ $(call soong_config_set,openmax,USE_MFC_HEADER,true)
|
||||
endif
|
||||
|
||||
# since 4.19 kernel
|
||||
ifneq ($(filter 4.19 5.4, $(TARGET_LINUX_KERNEL_VERSION)),)
|
||||
ifneq ($(filter 4.19 5.4 5.10, $(TARGET_LINUX_KERNEL_VERSION)),)
|
||||
$(call soong_config_set,openmax,MAINLINE_FEATURE_IN_SINCE_4_19,true)
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user