mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-23 20:45:31 -04:00
universal7885: Import KeyLogger
This lib helps to log input keycodes
This commit is contained in:
parent
8b275247f9
commit
8582551795
4 changed files with 54 additions and 0 deletions
|
|
@ -139,6 +139,10 @@ PRODUCT_COPY_FILES += \
|
|||
$(LOCAL_PATH)/configs/keylayout/Codec3035_Headset_Events.kl:$(TARGET_COPY_OUT_VENDOR)/usr/keylayout/Codec3035_Headset_Events.kl \
|
||||
$(LOCAL_PATH)/configs/keylayout/uinput-sec-fp.kl:$(TARGET_COPY_OUT_VENDOR)/usr/keylayout/uinput-sec-fp.kl
|
||||
|
||||
# KeyLogger
|
||||
PRODUCT_PACKAGES += \
|
||||
keyhandler
|
||||
|
||||
# Keymaster
|
||||
PRODUCT_PACKAGES += \
|
||||
android.hardware.keymaster@4.0-service.samsung \
|
||||
|
|
|
|||
Loading…
Reference in a new issue