aboutsummaryrefslogtreecommitdiff
path: root/shinano.mk
diff options
context:
space:
mode:
authordavid <davidteri91@gmail.com>2015-01-16 13:12:43 +0100
committerChirayu Desai <cdesai@cyanogenmod.org>2015-01-16 12:45:10 +0000
commit2a3e52d4fed27aed237944b309be46e2c8165d64 (patch)
tree9bf82ee8802849e3feea9b2e3529b480af9c69bb /shinano.mk
parentd74db9dff85e1e4ca84f33ecebf0df7c5010d0c0 (diff)
shinano: move keylayout files from vendor
Remove Deprecated definitions in lollipop (WAKE & WAKE_DROPPED) Fix camera button to take photos Fix Headphones comands Change-Id: I4a9408393ead108766bf8edccc1295d0d258961b
Diffstat (limited to 'shinano.mk')
-rw-r--r--shinano.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/shinano.mk b/shinano.mk
index 3835e0d..d1bdb7b 100644
--- a/shinano.mk
+++ b/shinano.mk
@@ -101,6 +101,12 @@ PRODUCT_COPY_FILES += \
PRODUCT_PACKAGES += \
keystore.msm8974
+# Keylayout
+PRODUCT_COPY_FILES += \
+ $(COMMON_PATH)/rootdir/system/usr/keylayout/gpio-keys.kl:system/system/usr/keylayout/gpio-keys.kl \
+ $(COMMON_PATH)/rootdir/system/usr/keylayout/mhl-rcp.kl:system/system/usr/keylayout/mhl-rcp.kl \
+ $(COMMON_PATH)/rootdir/system/usr/keylayout/msm8974-taiko-mtp-snd-card_Button_Jack.kl:system/system/usr/keylayout/msm8974-taiko-mtp-snd-card_Button_Jack.kl
+
# NFC
PRODUCT_PACKAGES += \
NfcNci \