diff options
Diffstat (limited to '')
-rw-r--r-- | updater_sample/tests/Android.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/updater_sample/tests/Android.mk b/updater_sample/tests/Android.mk index 1ec68b9f3..83082cda6 100644 --- a/updater_sample/tests/Android.mk +++ b/updater_sample/tests/Android.mk @@ -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 |