summaryrefslogtreecommitdiffstats
path: root/updater_sample/tests/Android.mk
diff options
context:
space:
mode:
authorIan Pedowitz <ijpedowitz@google.com>2018-06-14 08:54:43 +0200
committerandroid-build-merger <android-build-merger@google.com>2018-06-14 08:54:43 +0200
commit26f86099aff8cd85290741ef4bc87c9c5d895716 (patch)
treeaa572b31d4f9ab0aeeb1d184442591c4a454e1aa /updater_sample/tests/Android.mk
parentMerge "screen_ui: Move the call to gr_init() into Init()." am: 4264ee890e am: 2a3c46a068 (diff)
parentMerge "Revert "updater_sample: add proguard.flags"" am: ac752b3ed8 (diff)
downloadandroid_bootable_recovery-26f86099aff8cd85290741ef4bc87c9c5d895716.tar
android_bootable_recovery-26f86099aff8cd85290741ef4bc87c9c5d895716.tar.gz
android_bootable_recovery-26f86099aff8cd85290741ef4bc87c9c5d895716.tar.bz2
android_bootable_recovery-26f86099aff8cd85290741ef4bc87c9c5d895716.tar.lz
android_bootable_recovery-26f86099aff8cd85290741ef4bc87c9c5d895716.tar.xz
android_bootable_recovery-26f86099aff8cd85290741ef4bc87c9c5d895716.tar.zst
android_bootable_recovery-26f86099aff8cd85290741ef4bc87c9c5d895716.zip
Diffstat (limited to 'updater_sample/tests/Android.mk')
-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