The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 1 | LOCAL_PATH:= $(call my-dir) |
| 2 | include $(CLEAR_VARS) |
| 3 | |
Jean-Baptiste Queru | f651e0d | 2010-01-05 16:27:27 -0800 | [diff] [blame] | 4 | LOCAL_MODULE_TAGS := optional |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 5 | |
| 6 | LOCAL_SRC_FILES := $(call all-subdir-java-files) |
| 7 | |
| 8 | LOCAL_PACKAGE_NAME := LatinIME |
| 9 | |
| 10 | LOCAL_CERTIFICATE := shared |
| 11 | |
| 12 | LOCAL_JNI_SHARED_LIBRARIES := libjni_latinime |
| 13 | |
Maryam Garrett | 8600725 | 2010-01-25 12:59:05 -0500 | [diff] [blame] | 14 | LOCAL_STATIC_JAVA_LIBRARIES := android-common |
| 15 | |
Amith Yamasani | 578a01d | 2010-01-21 17:00:46 -0800 | [diff] [blame] | 16 | #LOCAL_AAPT_FLAGS := -0 .dict |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 17 | |
Amith Yamasani | 0a2df34 | 2010-03-04 04:43:15 -0800 | [diff] [blame] | 18 | LOCAL_SDK_VERSION := current |
Amith Yamasani | 7a722cb | 2010-01-27 17:29:35 -0800 | [diff] [blame] | 19 | |
Ying Wang | 2ae457f | 2010-02-19 18:52:09 -0800 | [diff] [blame] | 20 | LOCAL_PROGUARD_FLAGS := -include $(LOCAL_PATH)/proguard.flags |
| 21 | |
The Android Open Source Project | 923bf41 | 2009-03-13 15:11:42 -0700 | [diff] [blame] | 22 | include $(BUILD_PACKAGE) |
| 23 | include $(LOCAL_PATH)/dictionary/Android.mk |