From 9cf9eb1e86ab2014aee9f3631cbb4f791f78ab9a Mon Sep 17 00:00:00 2001 From: Bruno Martins Date: Thu, 18 Jul 2024 17:50:29 +0530 Subject: [PATCH] dre: Use common libqti-perfd-client and power-libperfmgr Change-Id: I22d6b35c72629553817005deaefcae60abc72cfd --- device.mk | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/device.mk b/device.mk index b8accfe..18ce79b 100644 --- a/device.mk +++ b/device.mk @@ -273,9 +273,8 @@ PRODUCT_COPY_FILES += \ # Power PRODUCT_PACKAGES += \ - android.hardware.power-service-qti - -$(call soong_config_set,qtipower,tap_to_wake_node,/proc/touchpanel/double_tap_enable) + android.hardware.power-service.lineage-libperfmgr \ + libqti-perfd-client # Sensors PRODUCT_PACKAGES += \ @@ -299,7 +298,9 @@ PRODUCT_SHIPPING_API_LEVEL := $(BOARD_SHIPPING_API_LEVEL) # Soong namespaces PRODUCT_SOONG_NAMESPACES += \ $(LOCAL_PATH) \ - hardware/oplus + hardware/oplus \ + hardware/lineage/interfaces/power-libperfmgr \ + hardware/qcom-caf/common/libqti-perfd-client # Storage $(call inherit-product, $(SRC_TARGET_DIR)/product/emulated_storage.mk)