summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2010-09-03 15:53:06 -0700
committerJean-Baptiste Queru <jbq@google.com>2010-09-03 17:14:13 -0700
commit009248c68244bce3fe748bccc3164cd2e593b6eb (patch)
tree558868aa045e528be22d757625956a8bc09083db /Android.mk
parent1bfc4d7e464b145e187f81f59445a902c0d49d12 (diff)
downloaddevice_samsung_crespo-009248c68244bce3fe748bccc3164cd2e593b6eb.zip
device_samsung_crespo-009248c68244bce3fe748bccc3164cd2e593b6eb.tar.gz
device_samsung_crespo-009248c68244bce3fe748bccc3164cd2e593b6eb.tar.bz2
Make all crespo modules explicitly optional
Change-Id: I8097125dd530d5a5a4114da91f758083e5095dcf
Diffstat (limited to 'Android.mk')
-rwxr-xr-xAndroid.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index f2ce158..33b6a3b 100755
--- a/Android.mk
+++ b/Android.mk
@@ -18,10 +18,12 @@ ifeq ($(TARGET_DEVICE),crespo)
include $(CLEAR_VARS)
LOCAL_SRC_FILES := s3c-keypad.kcm
+LOCAL_MODULE_TAGS := optional
include $(BUILD_KEY_CHAR_MAP)
include $(CLEAR_VARS)
LOCAL_SRC_FILES := melfas-touchkey.kcm
+LOCAL_MODULE_TAGS := optional
include $(BUILD_KEY_CHAR_MAP)
endif