Skip to content
Snippets Groups Projects
Commit a1008f7c authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka Committed by Android (Google) Code Review
Browse files

Merge "Remove android.test.runner from tests app"

parents 7165f926 53da9b12
No related branches found
No related tags found
No related merge requests found
...@@ -19,8 +19,6 @@ include $(CLEAR_VARS) ...@@ -19,8 +19,6 @@ include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := tests LOCAL_MODULE_TAGS := tests
LOCAL_CERTIFICATE := shared LOCAL_CERTIFICATE := shared
LOCAL_JAVA_LIBRARIES := android.test.runner
# Do not compress dictionary files to mmap dict data runtime # Do not compress dictionary files to mmap dict data runtime
LOCAL_AAPT_FLAGS += -0 .dict LOCAL_AAPT_FLAGS += -0 .dict
# Do not compress test data file # Do not compress test data file
...@@ -33,4 +31,6 @@ LOCAL_PACKAGE_NAME := LatinIMETests ...@@ -33,4 +31,6 @@ LOCAL_PACKAGE_NAME := LatinIMETests
LOCAL_INSTRUMENTATION_FOR := LatinIME LOCAL_INSTRUMENTATION_FOR := LatinIME
LOCAL_SDK_VERSION := current
include $(BUILD_PACKAGE) include $(BUILD_PACKAGE)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment