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
diff --git a/tests/Android.mk b/tests/Android.mk
index 60e82d5..fba7a8d 100644
--- a/tests/Android.mk
+++ b/tests/Android.mk
@@ -10,8 +10,8 @@
# 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)