am a1008f7c: Merge "Remove android.test.runner from tests app"
# Via Android (Google) Code Review (1) and Tadashi G. Takaoka (1) * commit 'a1008f7c34b1979b42ff0d34f5918c6d3bdddf96': Remove android.test.runner from tests appmain
commit
bed6d9e67c
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue