Move Google's proprietary dictionaries for LatinIME to vendor/google/apps/LatinImeGoogle.

bug: 2811749

Refer to https://android-git.corp.google.com/g/58621

Change-Id: I3721ad3b3a29673f1ddd32871b1575a45c7365ee
main
Ken Wakasa 2010-07-24 10:15:57 +09:00
parent 4bbb39d52c
commit ae1b71c6a8
1 changed files with 7 additions and 0 deletions

View File

@ -23,4 +23,11 @@ LOCAL_SDK_VERSION := 8
LOCAL_PROGUARD_FLAGS := -include $(LOCAL_PATH)/proguard.flags
# Define LOCAL_DICTIONARY_RESOURCE_DIR in order to overlay dictionaries.
# The overlay dictionary resource directory should have dictionary files such
# as raw-en/main.dict, raw-es/main.dict per locale.
ifneq ($(strip $(LOCAL_DICTIONARY_RESOURCE_DIR)),)
LOCAL_RESOURCE_DIR := $(LOCAL_DICTIONARY_RESOURCE_DIR) $(LOCAL_PATH)/res
endif
include $(BUILD_PACKAGE)