2009-03-13 22:11:42 +00:00
|
|
|
LOCAL_PATH:= $(call my-dir)
|
|
|
|
include $(CLEAR_VARS)
|
|
|
|
|
2010-01-06 00:27:27 +00:00
|
|
|
LOCAL_MODULE_TAGS := optional
|
2009-03-13 22:11:42 +00:00
|
|
|
|
|
|
|
LOCAL_SRC_FILES := $(call all-subdir-java-files)
|
|
|
|
|
|
|
|
LOCAL_PACKAGE_NAME := LatinIME
|
|
|
|
|
|
|
|
LOCAL_CERTIFICATE := shared
|
|
|
|
|
|
|
|
LOCAL_JNI_SHARED_LIBRARIES := libjni_latinime
|
|
|
|
|
2010-01-25 17:59:05 +00:00
|
|
|
LOCAL_STATIC_JAVA_LIBRARIES := android-common
|
|
|
|
|
2010-01-22 01:00:46 +00:00
|
|
|
#LOCAL_AAPT_FLAGS := -0 .dict
|
2009-03-13 22:11:42 +00:00
|
|
|
|
2010-01-28 01:29:35 +00:00
|
|
|
#LOCAL_SDK_VERSION := current
|
|
|
|
|
|
|
|
LOCAL_STATIC_JAVA_LIBRARIES := google-common android-common
|
2009-03-13 22:11:42 +00:00
|
|
|
include $(BUILD_PACKAGE)
|
|
|
|
include $(LOCAL_PATH)/dictionary/Android.mk
|