Merge "updater_sample: Use stubs libs for android.test.base / runner."

This commit is contained in:
Zhomart Mukhamejanov
2018-04-26 00:39:20 +00:00
committed by Gerrit Code Review

View File

@@ -21,8 +21,8 @@ LOCAL_PACKAGE_NAME := SystemUpdaterSampleTests
LOCAL_SDK_VERSION := system_current
LOCAL_MODULE_TAGS := tests
LOCAL_JAVA_LIBRARIES := \
android.test.runner \
android.test.base
android.test.base.stubs \
android.test.runner.stubs
LOCAL_STATIC_JAVA_LIBRARIES := android-support-test
LOCAL_INSTRUMENTATION_FOR := SystemUpdaterSample
LOCAL_PROGUARD_ENABLED := disabled