Replace legacy-android-test with android.test.base

Bug: 30188076
Test: make checkbuild
Change-Id: Icb9baf6ed848c45ee8681c817c0fbce703fc1f33
This commit is contained in:
Paul Duffin
2017-12-11 19:30:05 +00:00
parent 1abbb6a6fd
commit 9fb044db9c

View File

@@ -36,7 +36,7 @@ include $(BUILD_STATIC_JAVA_LIBRARY)
# Generate the stub source files
include $(CLEAR_VARS)
LOCAL_SRC_FILES := $(uiautomator.core_src_files)
LOCAL_JAVA_LIBRARIES := $(uiautomator.core_java_libraries) legacy-android-test
LOCAL_JAVA_LIBRARIES := $(uiautomator.core_java_libraries) android.test.base
LOCAL_MODULE_CLASS := JAVA_LIBRARIES
LOCAL_DROIDDOC_SOURCE_PATH := $(LOCAL_PATH)/core-src \
$(LOCAL_PATH)/testrunner-src