diff options
author | 2014-10-22 18:24:44 +0900 | |
---|---|---|
committer | 2014-10-22 19:26:21 +0900 | |
commit | 54a1b8ec54c0a001cae93af43e25a8e35de02ff1 (patch) | |
tree | e0ca148b9a408ab752d62a6a69146632d0ad957c /tests/Android.mk | |
parent | 90aa229f01f2a14ae5b4542e065d27d000dafb82 (diff) | |
download | latinime-54a1b8ec54c0a001cae93af43e25a8e35de02ff1.tar.gz latinime-54a1b8ec54c0a001cae93af43e25a8e35de02ff1.tar.xz latinime-54a1b8ec54c0a001cae93af43e25a8e35de02ff1.zip |
Add latinime-common local lib
This is just a placeholder in this CL. It will be shared by LatinIME,
dicttool, and tests.
Change-Id: I6fb3516a5061555f6f24b29141c2871d2319b023
Diffstat (limited to 'tests/Android.mk')
-rw-r--r-- | tests/Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Android.mk b/tests/Android.mk index a084ad10d..7810184d3 100644 --- a/tests/Android.mk +++ b/tests/Android.mk @@ -24,7 +24,7 @@ LOCAL_AAPT_FLAGS += -0 .dict # Do not compress test data file LOCAL_AAPT_FLAGS += -0 .txt -LOCAL_STATIC_JAVA_LIBRARIES := mockito-target android-support-test +LOCAL_STATIC_JAVA_LIBRARIES := android-support-test latinime-common mockito-target # Include all test java files. LOCAL_SRC_FILES := $(call all-java-files-under, src) |