From 45fd11274285717da1b937536aa8ab97239c7105 Mon Sep 17 00:00:00 2001 From: ma34s Date: Sat, 14 Mar 2015 23:05:08 +0900 Subject: merge "nuke sii9234_rcp" from: https://github.com/CyanogenMod/android_device_samsung_msm8960-common/commit/0be7ed462852c8d1d3337aa045c9855e81697a10 Change-Id: I31d7e013110c35d35839546f6e2449bef807cbdf --- common.mk | 4 ++++ configs/excluded-input-devices.xml | 9 +++++++++ 2 files changed, 13 insertions(+) create mode 100644 configs/excluded-input-devices.xml diff --git a/common.mk b/common.mk index 0b2fef0..497ef72 100644 --- a/common.mk +++ b/common.mk @@ -167,6 +167,10 @@ PRODUCT_COPY_FILES += \ PRODUCT_COPY_FILES += \ packages/wallpapers/LivePicker/android.software.live_wallpaper.xml:system/etc/permissions/android.software.live_wallpaper.xml +# Keylayouts +PRODUCT_COPY_FILES += \ + $(LOCAL_PATH)/configs/excluded-input-devices.xml:system/etc/excluded-input-devices.xml + # Graphics PRODUCT_PROPERTY_OVERRIDES += \ ro.zygote.disable_gl_preload=1 \ diff --git a/configs/excluded-input-devices.xml b/configs/excluded-input-devices.xml new file mode 100644 index 0000000..17db3d9 --- /dev/null +++ b/configs/excluded-input-devices.xml @@ -0,0 +1,9 @@ + + + + + + -- cgit v1.1