mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 04:25:33 -04:00
universal7885: drop a2dp hardware offload
Reason: unsupported Inital inputmonitor * Tool to record input keycodes (numbers) Signed-off-by: roynatech2544 <whiteshell2544@naver.com> universal7885: inputmonitor: fix build errors
This commit is contained in:
parent
9bcaedf5a5
commit
833959f896
6 changed files with 162 additions and 6 deletions
|
|
@ -2,3 +2,6 @@
|
|||
|
||||
### DATA
|
||||
/data/zram(/.*)? u:object_r:zram_data_file:s0
|
||||
|
||||
### SYSTEM
|
||||
/system/bin/inputmonitor u:object_r:inputmonitor_exec:s0
|
||||
|
|
|
|||
3
universal7885-common/sepolicy/private/inputmonitor.te
Normal file
3
universal7885-common/sepolicy/private/inputmonitor.te
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
type inputmonitor, domain, coredomain;
|
||||
type inputmonitor_exec, exec_type, file_type, system_file_type;
|
||||
init_daemon_domain(inputmonitor)
|
||||
Loading…
Reference in a new issue