aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorKen Wakasa <kwakasa@google.com>2010-07-20 16:20:15 +0900
committerKen Wakasa <kwakasa@google.com>2010-07-20 16:37:12 +0900
commitdebd74c67871e8ede5a1338a053da352e41243c8 (patch)
tree2c3b0bcddcc5041360c63e559126e053e2ce3097 /tests
parent481a75fcfa81f0869f8e68c9f95390fb924ac2c5 (diff)
downloadlatinime-debd74c67871e8ede5a1338a053da352e41243c8.tar.gz
latinime-debd74c67871e8ede5a1338a053da352e41243c8.tar.xz
latinime-debd74c67871e8ede5a1338a053da352e41243c8.zip
Prepare for master merge
- Rename the jni library name - Revert the local cert - LatinIme2Google -> LatinIME Please note that we'll use the new package name: com.google.android.inputmethod.latin Change-Id: Ibbab07e8102ade5a93660c0723cd86f600c14a7d
Diffstat (limited to 'tests')
-rw-r--r--tests/Android.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Android.mk b/tests/Android.mk
index 60e82d5c2..fba7a8d74 100644
--- a/tests/Android.mk
+++ b/tests/Android.mk
@@ -10,8 +10,8 @@ LOCAL_JAVA_LIBRARIES := android.test.runner
# Include all test java files.
LOCAL_SRC_FILES := $(call all-java-files-under, src)
-LOCAL_PACKAGE_NAME := LatinIME2Tests
+LOCAL_PACKAGE_NAME := LatinIMETests
-LOCAL_INSTRUMENTATION_FOR := LatinIme2Google
+LOCAL_INSTRUMENTATION_FOR := LatinIME
include $(BUILD_PACKAGE)