diff options
| author | 2016-12-07 13:00:32 +0000 | |
|---|---|---|
| committer | 2016-12-07 13:00:32 +0000 | |
| commit | a4d7100a3b20080d1a5bcf46d3f70ad419d521a1 (patch) | |
| tree | 0af0fea2642bf05ef117c5e24cbb0afdf188ea60 | |
| parent | 4467b79592052598a362ff77884fdcce67d16cb4 (diff) | |
| parent | 6ac5293751cf29975054e65547c270b842208a02 (diff) | |
Merge "Replace core-junit with junit"
am: 6ac5293751
Change-Id: I855552fe62801b2534ef63c2c62919bbd845a9af
| -rw-r--r-- | cmds/uiautomator/library/Android.mk | 2 | ||||
| -rw-r--r-- | test-runner/Android.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/cmds/uiautomator/library/Android.mk b/cmds/uiautomator/library/Android.mk index d65b0833aafa..af2e25a99ad5 100644 --- a/cmds/uiautomator/library/Android.mk +++ b/cmds/uiautomator/library/Android.mk @@ -18,7 +18,7 @@ LOCAL_PATH:= $(call my-dir) uiautomator.core_src_files := $(call all-java-files-under, core-src) \ $(call all-java-files-under, testrunner-src) -uiautomator.core_java_libraries := android.test.runner core-junit +uiautomator.core_java_libraries := android.test.runner junit uiautomator_internal_api_file := $(TARGET_OUT_COMMON_INTERMEDIATES)/PACKAGING/uiautomator_api.txt uiautomator_internal_removed_api_file := \ diff --git a/test-runner/Android.mk b/test-runner/Android.mk index 68bde35d4ec5..a317994c41ba 100644 --- a/test-runner/Android.mk +++ b/test-runner/Android.mk @@ -20,7 +20,7 @@ include $(CLEAR_VARS) LOCAL_SRC_FILES := $(call all-java-files-under, src) -LOCAL_JAVA_LIBRARIES := core-oj core-libart core-junit framework +LOCAL_JAVA_LIBRARIES := core-oj core-libart junit framework LOCAL_STATIC_JAVA_LIBRARIES := junit-runner LOCAL_MODULE:= android.test.runner |