mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 19:55:33 -04:00
Reason: unsupported Inital inputmonitor * Tool to record input keycodes (numbers) Signed-off-by: roynatech2544 <whiteshell2544@naver.com> universal7885: inputmonitor: fix build errors
13 lines
227 B
Text
13 lines
227 B
Text
cc_binary {
|
|
name: "inputmonitor",
|
|
srcs: ["inputmonitor.cpp"],
|
|
shared_libs: [
|
|
"libutils",
|
|
"liblog",
|
|
],
|
|
cflags: [
|
|
"-Wall",
|
|
"-Werror",
|
|
],
|
|
init_rc: ["inputmonitor.rc"],
|
|
}
|