mirror of
https://github.com/Evolution-X-Devices/device_xiaomi_sm6150-common
synced 2026-01-27 16:26:02 +00:00
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:
@@ -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",
|
||||||
|
|||||||
1
sepolicy/vendor/file_contexts
vendored
1
sepolicy/vendor/file_contexts
vendored
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user