sm6150-common: Switch to the pixel power-libperfmgr

Change-Id: Ic018a0151f7156eab2bb983e3de52cd7b8756710
Signed-off-by: basamaryan <basam.aryan@gmail.com>
Signed-off-by: therealmharc <therealmharc@gmail.com>
This commit is contained in:
basamaryan
2025-03-11 14:56:46 +08:00
committed by therealmharc
parent 72abec5589
commit 9071d99bac
3 changed files with 2 additions and 3 deletions

View File

@@ -8,7 +8,6 @@ soong_namespace {
"bootable/deprecated-ota", "bootable/deprecated-ota",
"hardware/google/interfaces", "hardware/google/interfaces",
"hardware/google/pixel", "hardware/google/pixel",
"hardware/lineage/interfaces/power-libperfmgr",
"hardware/qcom-caf/common/libqti-perfd-client", "hardware/qcom-caf/common/libqti-perfd-client",
"hardware/xiaomi", "hardware/xiaomi",
"vendor/qcom/opensource/usb/etc", "vendor/qcom/opensource/usb/etc",

View File

@@ -49,6 +49,7 @@
/(vendor|system/vendor)/bin/hw/android\.hardware\.biometrics\.fingerprint-service\.xiaomi u:object_r:hal_fingerprint_default_exec:s0 /(vendor|system/vendor)/bin/hw/android\.hardware\.biometrics\.fingerprint-service\.xiaomi u:object_r:hal_fingerprint_default_exec:s0
/vendor/bin/hw/vendor\.lineage\.livedisplay@2\.1-service\.xiaomi_sm6150 u:object_r:hal_lineage_livedisplay_qti_exec:s0 /vendor/bin/hw/vendor\.lineage\.livedisplay@2\.1-service\.xiaomi_sm6150 u:object_r:hal_lineage_livedisplay_qti_exec:s0
/vendor/bin/hw/vendor\.xiaomi\.hardware\.motor@1\.0-service u:object_r:hal_motor_default_exec:s0 /vendor/bin/hw/vendor\.xiaomi\.hardware\.motor@1\.0-service u:object_r:hal_motor_default_exec:s0
/vendor/bin/hw/android\.hardware\.power-service\.pixel-libperfmgr u:object_r:hal_power_default_exec:s0
# Haptic # Haptic
/sys/devices/platform/soc/a8c000.i2c/i2c-2/2-005a/ulevel u:object_r:sysfs_vibrator:s0 /sys/devices/platform/soc/a8c000.i2c/i2c-2/2-005a/ulevel u:object_r:sysfs_vibrator:s0

View File

@@ -278,7 +278,7 @@ PRODUCT_USE_DYNAMIC_PARTITIONS := true
# Power # Power
PRODUCT_PACKAGES += \ PRODUCT_PACKAGES += \
android.hardware.power-service.lineage-libperfmgr \ android.hardware.power-service.pixel-libperfmgr \
libqti-perfd-client libqti-perfd-client
# QTI # QTI
@@ -317,7 +317,6 @@ PRODUCT_SOONG_NAMESPACES += \
bootable/deprecated-ota \ bootable/deprecated-ota \
hardware/google/interfaces \ hardware/google/interfaces \
hardware/google/pixel \ hardware/google/pixel \
hardware/lineage/interfaces/power-libperfmgr \
hardware/qcom-caf/common/libqti-perfd-client \ hardware/qcom-caf/common/libqti-perfd-client \
hardware/xiaomi \ hardware/xiaomi \
vendor/qcom/opensource/usb/etc vendor/qcom/opensource/usb/etc