mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 20:45:31 -04:00
universal7885: Build fastcharge hidl
* https://review.lineageos.org/c/LineageOS/android_hardware_samsung/+/305684 Change-Id: Iec1a7faec24f0d5b4b1d2f1ef52b781368c5bd51 Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
This commit is contained in:
parent
f9b798ba2b
commit
c5a166f294
8 changed files with 22 additions and 0 deletions
10
sepolicy/private/hal_fastcharge_samsung.te
Normal file
10
sepolicy/private/hal_fastcharge_samsung.te
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
type hal_fastcharge_samsung, domain, coredomain;
|
||||
hal_server_domain(hal_fastcharge_samsung, hal_lineage_fastcharge)
|
||||
|
||||
type hal_fastcharge_samsung_exec, exec_type, system_file_type, file_type;
|
||||
init_daemon_domain(hal_fastcharge_samsung)
|
||||
|
||||
allow hal_fastcharge_samsung sysfs_sec_switch:dir search;
|
||||
allow hal_fastcharge_samsung sysfs_sec_switch:file rw_file_perms;
|
||||
|
||||
set_prop(hal_fastcharge_samsung, sec_fastcharge_prop)
|
||||
Loading…
Reference in a new issue