summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'Android.mk')
-rwxr-xr-xAndroid.mk12
1 files changed, 11 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index c22bc8a..b2f80b1 100755
--- a/Android.mk
+++ b/Android.mk
@@ -1,3 +1,13 @@
ifeq ($(TARGET_DEVICE),crespo)
-include $(call all-subdir-makefiles)
+LOCAL_PATH := $(call my-dir)
+
+include $(CLEAR_VARS)
+LOCAL_SRC_FILES := s3c-keypad.kcm
+include $(BUILD_KEY_CHAR_MAP)
+
+include $(CLEAR_VARS)
+LOCAL_SRC_FILES := melfas-touchkey.kcm
+include $(BUILD_KEY_CHAR_MAP)
+
+include $(call all-makefiles-under,$(LOCAL_PATH))
endif