diff --git a/common.mk b/common.mk index d09bcbf5..3058424e 100644 --- a/common.mk +++ b/common.mk @@ -61,6 +61,7 @@ MSM_VIDC_TARGET_LIST := \ sdm710 \ sdm845 +ifneq (,$(filter 3.18 4.4 4.9 4.14 4.19, $(TARGET_KERNEL_VERSION))) # List of targets that use master side content protection. MASTER_SIDE_CP_TARGET_LIST := \ $(MSMSTEPPE) \ @@ -75,6 +76,7 @@ MASTER_SIDE_CP_TARGET_LIST := \ sdm660 \ sdm710 \ sdm845 +endif # Include QCOM board utilities. ifeq ($(TARGET_FWK_SUPPORTS_FULL_VALUEADDS),true)