Merge "updater_sample: Use stubs libs for android.test.base / runner."
This commit is contained in:
commit
d97b643de4
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue