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:
Soo-Hwan Na 2021-11-26 12:26:03 +09:00 committed by roynatech2544
commit 833959f896
No known key found for this signature in database
GPG key ID: 9675C32163D88D30
6 changed files with 162 additions and 6 deletions

View file

@ -2,3 +2,6 @@
### DATA
/data/zram(/.*)? u:object_r:zram_data_file:s0
### SYSTEM
/system/bin/inputmonitor u:object_r:inputmonitor_exec:s0

View file

@ -0,0 +1,3 @@
type inputmonitor, domain, coredomain;
type inputmonitor_exec, exec_type, file_type, system_file_type;
init_daemon_domain(inputmonitor)