Watch
1
0
Fork
You've already forked android_device_oneplus_dre
0

dre: Use common libqti-perfd-client and power-libperfmgr

Change-Id: I22d6b35c72629553817005deaefcae60abc72cfd
This commit is contained in:
Bruno Martins 2024-07-18 17:50:29 +05:30 committed by Nick Reuter
commit 9cf9eb1e86

View file

@ -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)