summaryrefslogtreecommitdiff
path: root/device-common.mk
diff options
context:
space:
mode:
authorAmit Pundir <amit.pundir@linaro.org>2022-10-01 11:07:59 +0530
committerAmit Pundir <amit.pundir@linaro.org>2022-10-06 22:23:43 +0530
commit7f72e1e4bed2a92a5f42c53ab02b20927f6de531 (patch)
tree785589afe8c13fba81b5ae9017760f57839e99fe /device-common.mk
parent5f212cf0e6b16552c6d2668b0ad09638c1d68db1 (diff)
common.kl: Use frameworks/base/data/keyboards/Generic.kl instead
Delete common.kl and use upstream generic keylayout from frameworks/base/data/keyboards/Generic.kl, instead of maintaining an out dated keylayout locally. Signed-off-by: Amit Pundir <amit.pundir@linaro.org> Change-Id: I630e670de262b2fc5f859dcd382d587e846d51c5
Diffstat (limited to 'device-common.mk')
-rw-r--r--device-common.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/device-common.mk b/device-common.mk
index 3fd5687..5ee218a 100644
--- a/device-common.mk
+++ b/device-common.mk
@@ -74,4 +74,4 @@ PRODUCT_COPY_FILES += \
device/linaro/dragonboard/fstab.common:$(TARGET_COPY_OUT_VENDOR)/etc/fstab.$(TARGET_HARDWARE) \
device/linaro/dragonboard/init.common.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.$(TARGET_HARDWARE).rc \
device/linaro/dragonboard/init.common.usb.rc:$(TARGET_COPY_OUT_VENDOR)/etc/init/init.$(TARGET_HARDWARE).usb.rc \
- device/linaro/dragonboard/common.kl:$(TARGET_COPY_OUT_VENDOR)/usr/keylayout/$(TARGET_HARDWARE).kl
+ frameworks/base/data/keyboards/Generic.kl:$(TARGET_COPY_OUT_VENDOR)/usr/keylayout/$(TARGET_HARDWARE).kl