diff options
author | 2013-02-05 13:15:09 -0800 | |
---|---|---|
committer | 2013-02-05 16:07:31 -0800 | |
commit | 53da9b12087d871316cb6d4b8105b736cf0c7e81 (patch) | |
tree | f9958d284d36f55cb4c3cb75200699aa5273a7ee /tests/Android.mk | |
parent | 104d245b3f3d75787f3458d4fd0962390965b5f8 (diff) | |
download | latinime-53da9b12087d871316cb6d4b8105b736cf0c7e81.tar.gz latinime-53da9b12087d871316cb6d4b8105b736cf0c7e81.tar.xz latinime-53da9b12087d871316cb6d4b8105b736cf0c7e81.zip |
Remove android.test.runner from tests app
Bug: 8132168
Change-Id: I7ed84de27a4436539fca0ca4f0efb5e6448480cb
Diffstat (limited to 'tests/Android.mk')
-rw-r--r-- | tests/Android.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Android.mk b/tests/Android.mk index 6634070e9..5baebbdbf 100644 --- a/tests/Android.mk +++ b/tests/Android.mk @@ -19,8 +19,6 @@ include $(CLEAR_VARS) LOCAL_MODULE_TAGS := tests LOCAL_CERTIFICATE := shared -LOCAL_JAVA_LIBRARIES := android.test.runner - # Do not compress dictionary files to mmap dict data runtime LOCAL_AAPT_FLAGS += -0 .dict # Do not compress test data file @@ -33,4 +31,6 @@ LOCAL_PACKAGE_NAME := LatinIMETests LOCAL_INSTRUMENTATION_FOR := LatinIME +LOCAL_SDK_VERSION := current + include $(BUILD_PACKAGE) |