diff options
author | Zhomart Mukhamejanov <zhomart@google.com> | 2018-04-26 02:57:03 +0200 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2018-04-26 02:57:03 +0200 |
commit | e7248bef4e528f33807eb7d2dc59466ac64223ff (patch) | |
tree | 89869b1e975af31df41a7d2ddbfb81276a97d20f | |
parent | Merge "Rename the dir for SystemUpdaterSample." am: a544bfab2b (diff) | |
parent | Merge "updater_sample: Use stubs libs for android.test.base / runner." (diff) | |
download | android_bootable_recovery-e7248bef4e528f33807eb7d2dc59466ac64223ff.tar android_bootable_recovery-e7248bef4e528f33807eb7d2dc59466ac64223ff.tar.gz android_bootable_recovery-e7248bef4e528f33807eb7d2dc59466ac64223ff.tar.bz2 android_bootable_recovery-e7248bef4e528f33807eb7d2dc59466ac64223ff.tar.lz android_bootable_recovery-e7248bef4e528f33807eb7d2dc59466ac64223ff.tar.xz android_bootable_recovery-e7248bef4e528f33807eb7d2dc59466ac64223ff.tar.zst android_bootable_recovery-e7248bef4e528f33807eb7d2dc59466ac64223ff.zip |
-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 |