summaryrefslogtreecommitdiffstats
path: root/tests/Android.mk
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2018-03-21 00:07:39 +0100
committerTianjie Xu <xunchang@google.com>2018-03-24 02:20:10 +0100
commitba0460c981d8178859d4987f3554401545228a71 (patch)
tree62a95efc305c9a1dce6a81a3426c0117baba5a7b /tests/Android.mk
parentMerge "update_verifier: Support verifying product partition." am: ab8d782bd4 (diff)
downloadandroid_bootable_recovery-ba0460c981d8178859d4987f3554401545228a71.tar
android_bootable_recovery-ba0460c981d8178859d4987f3554401545228a71.tar.gz
android_bootable_recovery-ba0460c981d8178859d4987f3554401545228a71.tar.bz2
android_bootable_recovery-ba0460c981d8178859d4987f3554401545228a71.tar.lz
android_bootable_recovery-ba0460c981d8178859d4987f3554401545228a71.tar.xz
android_bootable_recovery-ba0460c981d8178859d4987f3554401545228a71.tar.zst
android_bootable_recovery-ba0460c981d8178859d4987f3554401545228a71.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