OSDN Git Service

Replace core-junit with junit
authorPaul Duffin <paulduffin@google.com>
Thu, 1 Dec 2016 13:50:06 +0000 (13:50 +0000)
committerPaul Duffin <paulduffin@google.com>
Tue, 6 Dec 2016 14:32:41 +0000 (14:32 +0000)
Bug: 30188076
Test: make checkbuild
Change-Id: I0cb6f89907eb099714b54bac57b51c4be186c3e0

cmds/uiautomator/library/Android.mk
test-runner/Android.mk

index d65b083..af2e25a 100644 (file)
@@ -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 := \
index 68bde35..a317994 100644 (file)
@@ -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