diff options
author | 2012-08-08 17:15:58 +0900 | |
---|---|---|
committer | 2012-08-08 17:15:58 +0900 | |
commit | 4c573f3c649201b3e0a8198b6aefc0f69c158611 (patch) | |
tree | 516d0cc0d4e2d18050ae9203a3a702fc0d7421d0 /tools/dicttool/Android.mk | |
parent | 4ed69eed006c3e8a0b1ad8f3b0e23cd1cfb49679 (diff) | |
download | latinime-4c573f3c649201b3e0a8198b6aefc0f69c158611.tar.gz latinime-4c573f3c649201b3e0a8198b6aefc0f69c158611.tar.xz latinime-4c573f3c649201b3e0a8198b6aefc0f69c158611.zip |
Rename dicttool to dicttool_aosp and split commands
Change-Id: I83d948be2db5cd0203e876f019697e1d5e038818
Diffstat (limited to 'tools/dicttool/Android.mk')
-rw-r--r-- | tools/dicttool/Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/dicttool/Android.mk b/tools/dicttool/Android.mk index e9c11acc4..df8cb1030 100644 --- a/tools/dicttool/Android.mk +++ b/tools/dicttool/Android.mk @@ -24,7 +24,7 @@ LOCAL_SRC_FILES := $(LOCAL_TOOL_SRC_FILES) \ $(filter-out $(addprefix %/, $(notdir $(LOCAL_TOOL_SRC_FILES))), $(LOCAL_MAIN_SRC_FILES)) \ $(call all-java-files-under,tests) LOCAL_JAR_MANIFEST := etc/manifest.txt -LOCAL_MODULE := dicttool +LOCAL_MODULE := dicttool_aosp LOCAL_JAVA_LIBRARIES := junit LOCAL_MODULE_TAGS := eng |