sdm660-common: Switch to QTI Thermal HAL
This commit is contained in:
parent
119e127a3e
commit
cc7186d635
2 changed files with 2 additions and 2 deletions
|
@ -566,7 +566,7 @@ PRODUCT_PACKAGES += \
|
||||||
|
|
||||||
# Thermal
|
# Thermal
|
||||||
PRODUCT_PACKAGES += \
|
PRODUCT_PACKAGES += \
|
||||||
android.hardware.thermal@2.0-service.mock
|
android.hardware.thermal@2.0-service.qti
|
||||||
|
|
||||||
# Thermal Conf
|
# Thermal Conf
|
||||||
PRODUCT_COPY_FILES += \
|
PRODUCT_COPY_FILES += \
|
||||||
|
|
2
sepolicy/vendor/file_contexts
vendored
2
sepolicy/vendor/file_contexts
vendored
|
@ -99,7 +99,7 @@
|
||||||
|
|
||||||
# Thermal
|
# Thermal
|
||||||
/data/vendor/thermal(/.*)? u:object_r:thermal_data_file:s0
|
/data/vendor/thermal(/.*)? u:object_r:thermal_data_file:s0
|
||||||
/(vendor|system/vendor)/bin/hw/android\.hardware\.thermal@2\.0-service\.mock u:object_r:hal_thermal_default_exec:s0
|
/(vendor|system/vendor)/bin/hw/android\.hardware\.thermal@2\.0-service\.qti u:object_r:hal_thermal_default_exec:s0
|
||||||
|
|
||||||
# Video4linux sysfs nodes
|
# Video4linux sysfs nodes
|
||||||
/sys/devices/platform/soc/caa0000\.qcom,jpeg/video4linux/video1(/.*)? u:object_r:sysfs_graphics:s0
|
/sys/devices/platform/soc/caa0000\.qcom,jpeg/video4linux/video1(/.*)? u:object_r:sysfs_graphics:s0
|
||||||
|
|
Loading…
Reference in a new issue