OSDN Git Service

Fixed problem with keymap files copied to target
authorMagnus Karlsson <magnus1.karlsson@sonyericsson.com>
Mon, 30 Aug 2010 14:51:28 +0000 (16:51 +0200)
committerJohan Redestig <johan.redestig@sonyericsson.com>
Mon, 30 Aug 2010 14:51:28 +0000 (16:51 +0200)
commitc90449f2a88ceb44db5333b5442fc00fa4d0e4dd
tree5474b7f5401a662a2b54c5b99ced80a95a084c35
parent3d00a8c5ff5bfb054d8b8495a6cc929ddfad4c0d
Fixed problem with keymap files copied to target

Moved Android.mk and keymap files except AVRCP.kl from sdk/emulator/keymaps
to build/target/board/generic. This causes the keymap files to copied into
the system image of generic and sdk products, but not into the system image
of HW products. Originally the qwerty.kl was copied to target no matter
if the target had a qwerty keyboard or not, which is the case for e.g.
the Nexus One.

Change-Id: I7cd80497632fb3b9e7ce2f3a7888d4924a355f52
target/board/generic/AndroidBoard.mk
target/board/generic/qwerty.kcm [new file with mode: 0644]
target/board/generic/qwerty.kl [new file with mode: 0644]
target/board/generic/qwerty2.kcm [new file with mode: 0644]