diff options
author | 2012-08-27 14:51:57 +0900 | |
---|---|---|
committer | 2013-06-19 20:08:54 +0900 | |
commit | d055cca7d28812a480eb49e8264f02d6b16fdfd5 (patch) | |
tree | 228c104830b2da403182d925cd216ec0c4abfe17 /tools/dicttool/Android.mk | |
parent | 286877b3afc6309b70c5216f05b94729aeb844f3 (diff) | |
download | latinime-d055cca7d28812a480eb49e8264f02d6b16fdfd5.tar.gz latinime-d055cca7d28812a480eb49e8264f02d6b16fdfd5.tar.xz latinime-d055cca7d28812a480eb49e8264f02d6b16fdfd5.zip |
Add an initial test command to dicttool.
Also fix some warnings
This is a preliminary change to help track b/8526576
Bug: 8526576
Change-Id: If2ed74bb92f9b5fb7bbaf9c4851d9d0b5514b405
Diffstat (limited to 'tools/dicttool/Android.mk')
-rw-r--r-- | tools/dicttool/Android.mk | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/tools/dicttool/Android.mk b/tools/dicttool/Android.mk index 666887a2e..d3bff8688 100644 --- a/tools/dicttool/Android.mk +++ b/tools/dicttool/Android.mk @@ -28,12 +28,10 @@ LOCAL_ANNOTATIONS_SRC_FILES := \ LOCAL_SRC_FILES := $(LOCAL_TOOL_SRC_FILES) \ $(filter-out $(addprefix %/, $(notdir $(LOCAL_TOOL_SRC_FILES))), $(LOCAL_MAIN_SRC_FILES)) \ $(LOCAL_ANNOTATIONS_SRC_FILES) \ - $(LATINIME_CORE_SOURCE_DIRECTORY)/Constants.java + $(LATINIME_CORE_SOURCE_DIRECTORY)/Constants.java \ + $(call all-java-files-under, tests) -ifeq ($(DICTTOOL_UNITTEST), true) - LOCAL_SRC_FILES += $(call all-java-files-under, tests) - LOCAL_JAVA_LIBRARIES := junit -endif +LOCAL_JAVA_LIBRARIES := junit LOCAL_JAR_MANIFEST := etc/manifest.txt LOCAL_MODULE := dicttool_aosp |