Fix unit test failure due to IllegalAccessError
java.lang.IllegalAccessError: Class ref in pre-verified class resolved to unexpected implementation because of latinime-common reference added two times. Change-Id: I4ce1185c10b9a217022e830b02aec4f1ea50f2ebmain
parent
9e58ae4698
commit
88a92103bc
|
@ -24,7 +24,7 @@ LOCAL_AAPT_FLAGS += -0 .dict
|
||||||
# Do not compress test data file
|
# Do not compress test data file
|
||||||
LOCAL_AAPT_FLAGS += -0 .txt
|
LOCAL_AAPT_FLAGS += -0 .txt
|
||||||
|
|
||||||
LOCAL_STATIC_JAVA_LIBRARIES := android-support-test latinime-common mockito-target
|
LOCAL_STATIC_JAVA_LIBRARIES := android-support-test mockito-target
|
||||||
|
|
||||||
# Include all test java files.
|
# Include all test java files.
|
||||||
LOCAL_SRC_FILES := $(call all-java-files-under, src)
|
LOCAL_SRC_FILES := $(call all-java-files-under, src)
|
||||||
|
|
Loading…
Reference in New Issue