The Android Open Source Project | 88b6079 | 2009-03-03 19:28:42 -0800 | [diff] [blame] | 1 | LOCAL_PATH := $(call my-dir) |
2 | |||||
3 | file := $(TARGET_OUT_KEYLAYOUT)/tuttle2.kl | ||||
4 | ALL_PREBUILT += $(file) | ||||
5 | $(file) : $(LOCAL_PATH)/tuttle2.kl | $(ACP) | ||||
6 | $(transform-prebuilt-to-target) | ||||
7 | |||||
8 | include $(CLEAR_VARS) | ||||
9 | LOCAL_SRC_FILES := tuttle2.kcm | ||||
10 | include $(BUILD_KEY_CHAR_MAP) |