summaryrefslogtreecommitdiffstats
path: root/updater_sample/tests/Android.mk
diff options
context:
space:
mode:
authorIan Pedowitz <ijpedowitz@google.com>2018-06-14 08:35:18 +0200
committerIan Pedowitz <ijpedowitz@google.com>2018-06-14 08:35:18 +0200
commitc02fb99e1db264a461ee2bdc05ab0ff1bef101fd (patch)
tree92854372f14b5d5350fc067e4415be1a0ededdaa /updater_sample/tests/Android.mk
parentupdater_sample: add proguard.flags (diff)
downloadandroid_bootable_recovery-c02fb99e1db264a461ee2bdc05ab0ff1bef101fd.tar
android_bootable_recovery-c02fb99e1db264a461ee2bdc05ab0ff1bef101fd.tar.gz
android_bootable_recovery-c02fb99e1db264a461ee2bdc05ab0ff1bef101fd.tar.bz2
android_bootable_recovery-c02fb99e1db264a461ee2bdc05ab0ff1bef101fd.tar.lz
android_bootable_recovery-c02fb99e1db264a461ee2bdc05ab0ff1bef101fd.tar.xz
android_bootable_recovery-c02fb99e1db264a461ee2bdc05ab0ff1bef101fd.tar.zst
android_bootable_recovery-c02fb99e1db264a461ee2bdc05ab0ff1bef101fd.zip
Diffstat (limited to '')
-rw-r--r--updater_sample/tests/Android.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/updater_sample/tests/Android.mk b/updater_sample/tests/Android.mk
index 415760454..9aec372e3 100644
--- a/updater_sample/tests/Android.mk
+++ b/updater_sample/tests/Android.mk
@@ -22,10 +22,10 @@ LOCAL_SDK_VERSION := system_current
LOCAL_MODULE_TAGS := tests
LOCAL_JAVA_LIBRARIES := \
android.test.base.stubs \
- android.test.runner.stubs
-LOCAL_STATIC_JAVA_LIBRARIES := android-support-test \
- mockito-target-minus-junit4 \
+ android.test.runner.stubs \
guava
+LOCAL_STATIC_JAVA_LIBRARIES := android-support-test \
+ mockito-target-minus-junit4
LOCAL_INSTRUMENTATION_FOR := SystemUpdaterSample
LOCAL_PROGUARD_ENABLED := disabled