mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 12:35:33 -04:00
universal7885: import light HAL from hardware/samsung
* Added .clang-format symlink * Undefine non-existent nodes in header file Signed-off-by: roynatech2544 <whiteshell2544@naver.com>
This commit is contained in:
parent
c48a35ed9d
commit
84b8328a01
11 changed files with 437 additions and 10 deletions
|
|
@ -136,7 +136,7 @@
|
|||
/(vendor|system/vendor)/bin/secril_config_svc u:object_r:secril_config_svc_exec:s0
|
||||
|
||||
/(vendor|system/vendor)/bin/hw/android\.hardware\.biometrics\.fingerprint@[0-9].[0-9]-service\.samsung u:object_r:hal_fingerprint_default_exec:s0
|
||||
/(vendor|system/vendor)/bin/hw/android\.hardware\.light@[0-9].[0-9]-service\.samsung u:object_r:hal_light_default_exec:s0
|
||||
/(vendor|system/vendor)/bin/hw/android\.hardware\.light@[0-9].[0-9]-service\.eureka u:object_r:hal_light_default_exec:s0
|
||||
/(vendor|system/vendor)/bin/hw/android\.hardware\.thermal@[0-9].[0-9]-service\.samsung u:object_r:hal_thermal_default_exec:s0
|
||||
|
||||
####################################
|
||||
|
|
|
|||
|
|
@ -167,3 +167,4 @@ genfscon sysfs /firmware/devicetree/base/model_info-system_rev
|
|||
genfscon sysfs /kernel/gpu/ u:object_r:sysfs_gpu:s0
|
||||
genfscon sysfs /kernel/gpu/gpu_max_clock u:object_r:sysfs_gpu_writable:s0
|
||||
genfscon sysfs /kernel/gpu/gpu_min_clock u:object_r:sysfs_gpu_writable:s0
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue