mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
578a01d3f6
This is an experiment to see if flash contention is causing occasional keyboard hicups that people complain about. A side effect is that the APK (with 5 languages) reduces in size by 25%.
18 lines
340 B
Makefile
Executable File
18 lines
340 B
Makefile
Executable File
LOCAL_PATH:= $(call my-dir)
|
|
include $(CLEAR_VARS)
|
|
|
|
LOCAL_MODULE_TAGS := optional
|
|
|
|
LOCAL_SRC_FILES := $(call all-subdir-java-files)
|
|
|
|
LOCAL_PACKAGE_NAME := LatinIME
|
|
|
|
LOCAL_CERTIFICATE := shared
|
|
|
|
LOCAL_JNI_SHARED_LIBRARIES := libjni_latinime
|
|
|
|
#LOCAL_AAPT_FLAGS := -0 .dict
|
|
|
|
include $(BUILD_PACKAGE)
|
|
include $(LOCAL_PATH)/dictionary/Android.mk
|