aboutsummaryrefslogtreecommitdiffstats
path: root/emulator/keymaps/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'emulator/keymaps/Android.mk')
-rw-r--r--emulator/keymaps/Android.mk12
1 files changed, 12 insertions, 0 deletions
diff --git a/emulator/keymaps/Android.mk b/emulator/keymaps/Android.mk
index d6d330d..81ac530 100644
--- a/emulator/keymaps/Android.mk
+++ b/emulator/keymaps/Android.mk
@@ -1,4 +1,16 @@
LOCAL_PATH:= $(call my-dir)
+include $(CLEAR_VARS)
+LOCAL_SRC_FILES := qwerty.kcm
+include $(BUILD_KEY_CHAR_MAP)
+
+include $(CLEAR_VARS)
+LOCAL_SRC_FILES := qwerty2.kcm
+include $(BUILD_KEY_CHAR_MAP)
+
+file := $(TARGET_OUT_KEYLAYOUT)/qwerty.kl
+ALL_PREBUILT += $(file)
+$(file): $(LOCAL_PATH)/qwerty.kl | $(ACP)
+ $(transform-prebuilt-to-target)
file := $(TARGET_OUT_KEYLAYOUT)/AVRCP.kl
ALL_PREBUILT += $(file)