For IR remote integration I have added my own myKey.idc and myKey.kl file in device folder. I have added keylayout file in myKey.idc as below:
keyboard.layout = myKey
But still android is taking Generic.kl
file as keylayout map file.
Can anyone tell me why it is not taking my keylayout map file? Is there any other configuration file I need to change?
Note: I integrated androlirc with aosp oreo for remote keys. Got the codebase from this.