mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-22 04:05:31 -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
13
universal7885-common/inputmonitor/Android.bp
Normal file
13
universal7885-common/inputmonitor/Android.bp
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
cc_binary {
|
||||
name: "inputmonitor",
|
||||
srcs: ["inputmonitor.cpp"],
|
||||
shared_libs: [
|
||||
"libutils",
|
||||
"liblog",
|
||||
],
|
||||
cflags: [
|
||||
"-Wall",
|
||||
"-Werror",
|
||||
],
|
||||
init_rc: ["inputmonitor.rc"],
|
||||
}
|
||||
Loading…
Reference in a new issue