diff options
author | Tianjie Xu <xunchang@google.com> | 2018-03-24 17:53:26 +0100 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2018-03-24 17:53:26 +0100 |
commit | 549695ae65c18bbc29f55784da2b54099eaa3c29 (patch) | |
tree | 013d232ae6a9445179a01f4fda00d89786532418 /tests/Android.mk | |
parent | Merge "update_verifier: Support verifying product partition." (diff) | |
parent | Factor out a menu class for screen ui (diff) | |
download | android_bootable_recovery-549695ae65c18bbc29f55784da2b54099eaa3c29.tar android_bootable_recovery-549695ae65c18bbc29f55784da2b54099eaa3c29.tar.gz android_bootable_recovery-549695ae65c18bbc29f55784da2b54099eaa3c29.tar.bz2 android_bootable_recovery-549695ae65c18bbc29f55784da2b54099eaa3c29.tar.lz android_bootable_recovery-549695ae65c18bbc29f55784da2b54099eaa3c29.tar.xz android_bootable_recovery-549695ae65c18bbc29f55784da2b54099eaa3c29.tar.zst android_bootable_recovery-549695ae65c18bbc29f55784da2b54099eaa3c29.zip |
Diffstat (limited to '')
-rw-r--r-- | tests/Android.mk | 4 |
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 |