diff options
author | Zhomart Mukhamejanov <zhomart@google.com> | 2018-04-26 02:39:20 +0200 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2018-04-26 02:39:20 +0200 |
commit | d97b643de473f29644b47c408ede68777f44c119 (patch) | |
tree | d4507c4b15ba975f03ab0f1af664ebe25ecbf970 | |
parent | Merge "Rename the dir for SystemUpdaterSample." (diff) | |
parent | updater_sample: Use stubs libs for android.test.base / runner. (diff) | |
download | android_bootable_recovery-d97b643de473f29644b47c408ede68777f44c119.tar android_bootable_recovery-d97b643de473f29644b47c408ede68777f44c119.tar.gz android_bootable_recovery-d97b643de473f29644b47c408ede68777f44c119.tar.bz2 android_bootable_recovery-d97b643de473f29644b47c408ede68777f44c119.tar.lz android_bootable_recovery-d97b643de473f29644b47c408ede68777f44c119.tar.xz android_bootable_recovery-d97b643de473f29644b47c408ede68777f44c119.tar.zst android_bootable_recovery-d97b643de473f29644b47c408ede68777f44c119.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 |