mirror of
https://github.com/team-infusion-developers/android_device_samsung_msm8976-common.git
synced 2024-11-07 06:19:20 +00:00
msm8976-common: Convert lights HAL into a binderized HAL
This commit is contained in:
parent
8e30e03999
commit
a0630b1abf
2 changed files with 2 additions and 3 deletions
|
@ -197,9 +197,7 @@ PRODUCT_PACKAGES += \
|
|||
|
||||
# Lights
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.light@2.0-impl \
|
||||
android.hardware.light@2.0-service \
|
||||
lights.MSM8952
|
||||
android.hardware.light@2.0-service.samsung
|
||||
|
||||
# LiveDisplay
|
||||
PRODUCT_PACKAGES += \
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
|
||||
# Lights
|
||||
/sys/devices/virtual/sec/sec_touchkey/brightness u:object_r:sysfs_leds:s0
|
||||
/(vendor|system/vendor)/bin/hw/android\.hardware\.light@2\.0-service\.samsung u:object_r:hal_light_default_exec:s0
|
||||
|
||||
# LiveDisplay
|
||||
/(vendor|system/vendor)/bin/hw/vendor\.lineage\.livedisplay@2\.0-service\.samsung-qcom u:object_r:hal_lineage_livedisplay_sysfs_exec:s0
|
||||
|
|
Loading…
Reference in a new issue