diff options
| author | Simon Shields <keepcalm444@gmail.com> | 2016-08-26 02:32:57 +1000 |
|---|---|---|
| committer | Simon Shields <keepcalm444@gmail.com> | 2016-08-26 03:13:16 +1000 |
| commit | f13d31d1d05d43b5f3162dc6c63cebaf1eccd642 (patch) | |
| tree | 5c34d8c1f9d43461c98f796730cf02b77ef3a43e | |
| parent | d04b5650aa7fcf9999c7c62b477f231a3d3534d2 (diff) | |
i9300: move keylayout out of vendor tree
Change-Id: I0127b7c769f1f8e8bd69a6a8f0859a3ec228fc06
| -rw-r--r-- | i9300.mk | 4 | ||||
| -rw-r--r-- | keylayout/sec_touchkey.kl | 2 | ||||
| -rw-r--r-- | proprietary-files.txt | 1 |
3 files changed, 6 insertions, 1 deletions
@@ -48,6 +48,10 @@ PRODUCT_COPY_FILES += \ $(LOCAL_PATH)/configs/gps.xml:system/etc/gps.xml \ $(LOCAL_PATH)/gps_daemon.sh:system/bin/gps_daemon.sh +# Keylayout +PRODUCT_COPY_FILES += \ + $(LOCAL_PATH)/keylayout/sec_touchkey.kl:system/usr/keylayout/sec_touchkey.kl + # Product specific Packages PRODUCT_PACKAGES += \ libsecril-client \ diff --git a/keylayout/sec_touchkey.kl b/keylayout/sec_touchkey.kl new file mode 100644 index 0000000..7d79415 --- /dev/null +++ b/keylayout/sec_touchkey.kl @@ -0,0 +1,2 @@ +key 158 BACK VIRTUAL +key 139 MENU VIRTUAL diff --git a/proprietary-files.txt b/proprietary-files.txt index b021eee..027777e 100644 --- a/proprietary-files.txt +++ b/proprietary-files.txt @@ -2,4 +2,3 @@ system/bin/glgps system/lib/hw/gps.exynos4.so:system/lib/hw/gps.tegra3.so system/lib/libakm.so system/lib/libsec-ril.so -system/usr/keylayout/sec_touchkey.kl |
