Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 53da9b12 authored by Tadashi G. Takaoka's avatar Tadashi G. Takaoka
Browse files

Remove android.test.runner from tests app

Bug: 8132168
Change-Id: I7ed84de27a4436539fca0ca4f0efb5e6448480cb
parent 104d245b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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)