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

@ -0,0 +1,13 @@
cc_binary {
name: "inputmonitor",
srcs: ["inputmonitor.cpp"],
shared_libs: [
"libutils",
"liblog",
],
cflags: [
"-Wall",
"-Werror",
],
init_rc: ["inputmonitor.rc"],
}