summaryrefslogtreecommitdiffstats
path: root/tests/Android.mk
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2018-03-24 18:06:47 +0100
committerandroid-build-merger <android-build-merger@google.com>2018-03-24 18:06:47 +0100
commitbaf619c21cf88c13d2a31e11b9146452fe20c279 (patch)
tree013d232ae6a9445179a01f4fda00d89786532418 /tests/Android.mk
parentMerge "update_verifier: Support verifying product partition." (diff)
parentMerge "Factor out a menu class for screen ui" (diff)
downloadandroid_bootable_recovery-baf619c21cf88c13d2a31e11b9146452fe20c279.tar
android_bootable_recovery-baf619c21cf88c13d2a31e11b9146452fe20c279.tar.gz
android_bootable_recovery-baf619c21cf88c13d2a31e11b9146452fe20c279.tar.bz2
android_bootable_recovery-baf619c21cf88c13d2a31e11b9146452fe20c279.tar.lz
android_bootable_recovery-baf619c21cf88c13d2a31e11b9146452fe20c279.tar.xz
android_bootable_recovery-baf619c21cf88c13d2a31e11b9146452fe20c279.tar.zst
android_bootable_recovery-baf619c21cf88c13d2a31e11b9146452fe20c279.zip
Diffstat (limited to 'tests/Android.mk')
-rw-r--r--tests/Android.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/Android.mk b/tests/Android.mk
index b3584fe87..9a71371fa 100644
--- a/tests/Android.mk
+++ b/tests/Android.mk
@@ -23,6 +23,7 @@ LOCAL_MODULE := recovery_unit_test
LOCAL_COMPATIBILITY_SUITE := device-tests
LOCAL_STATIC_LIBRARIES := \
libverifier \
+ librecovery_ui \
libminui \
libotautil \
libupdater \
@@ -38,8 +39,9 @@ LOCAL_SRC_FILES := \
unit/dirutil_test.cpp \
unit/locale_test.cpp \
unit/rangeset_test.cpp \
+ unit/screen_ui_test.cpp \
unit/sysutil_test.cpp \
- unit/zip_test.cpp \
+ unit/zip_test.cpp
LOCAL_C_INCLUDES := bootable/recovery
LOCAL_SHARED_LIBRARIES := liblog