aboutsummaryrefslogtreecommitdiff
path: root/product/input.mk
diff options
context:
space:
mode:
Diffstat (limited to 'product/input.mk')
-rw-r--r--product/input.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/product/input.mk b/product/input.mk
new file mode 100644
index 0000000..bac3a8b
--- /dev/null
+++ b/product/input.mk
@@ -0,0 +1,8 @@
+# Keyhandler
+PRODUCT_PACKAGES += \
+ com.cyanogenmod.keyhandler
+
+PRODUCT_SYSTEM_SERVER_JARS += com.cyanogenmod.keyhandler
+
+# Never dexopt the keyhandler
+$(call add-product-dex-preopt-module-config,com.cyanogenmod.keyhandler,disable)