summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralk3pInjection <webmaster@raspii.tech>2023-06-13 03:56:50 +0800
committeralk3pInjection <webmaster@raspii.tech>2023-06-13 03:56:50 +0800
commitf330c6d815da8be09238719d283e04bb2e5fd9ed (patch)
tree7dbbb3e55053f4f8bbfb15b4043ad1ecf9063fc0
parent2c7c38e5cb68858fb0826606e964ff6028c77ba7 (diff)
REVERTME: common: Disable perf component for 5.10+
Change-Id: Ib2bff3c201c99b8651c596f0d817e920495d0b65
-rw-r--r--common.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/common.mk b/common.mk
index 6633cd8..f44db45 100644
--- a/common.mk
+++ b/common.mk
@@ -73,8 +73,10 @@ include $(LOCAL_PATH)/gps/qti-gps.mk
endif
ifneq (,$(filter perf, $(TARGET_COMMON_QTI_COMPONENTS)))
+ifeq (,$(filter 5.10 5.15, $(TARGET_KERNEL_VERSION)))
include $(LOCAL_PATH)/perf/qti-perf.mk
endif
+endif
ifneq (,$(filter telephony, $(TARGET_COMMON_QTI_COMPONENTS)))
include $(LOCAL_PATH)/telephony/qti-telephony.mk