Amith Yamasani | 07b1603 | 2010-03-09 12:46:57 -0800 | [diff] [blame] | 1 | LOCAL_PATH:= $(call my-dir) |
| 2 | include $(CLEAR_VARS) |
| 3 | |
| 4 | LOCAL_MODULE_TAGS := optional |
| 5 | |
Tadashi G. Takaoka | d900867 | 2010-08-25 18:12:18 +0900 | [diff] [blame^] | 6 | LOCAL_SRC_FILES := $(call all-java-files-under, src) |
Amith Yamasani | 07b1603 | 2010-03-09 12:46:57 -0800 | [diff] [blame] | 7 | |
| 8 | LOCAL_PACKAGE_NAME := LatinIME |
| 9 | |
| 10 | LOCAL_CERTIFICATE := shared |
| 11 | |
| 12 | LOCAL_JNI_SHARED_LIBRARIES := libjni_latinime |
| 13 | |
| 14 | LOCAL_STATIC_JAVA_LIBRARIES := android-common |
| 15 | |
| 16 | #LOCAL_AAPT_FLAGS := -0 .dict |
| 17 | |
| 18 | LOCAL_SDK_VERSION := current |
| 19 | |
| 20 | LOCAL_PROGUARD_FLAGS := -include $(LOCAL_PATH)/proguard.flags |
| 21 | |
| 22 | include $(BUILD_PACKAGE) |