summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2018-08-06 23:46:10 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-08-06 23:46:10 +0200
commit9cf9b689d9893e52ea91cf7c472247d5c425351b (patch)
tree3ec91a5a43fe8933147aeda206f857b94203ef80 /tests
parentMerge "minui: Move to Soong." (diff)
parentDynamically load device-specific recovery UI lib. (diff)
downloadandroid_bootable_recovery-9cf9b689d9893e52ea91cf7c472247d5c425351b.tar
android_bootable_recovery-9cf9b689d9893e52ea91cf7c472247d5c425351b.tar.gz
android_bootable_recovery-9cf9b689d9893e52ea91cf7c472247d5c425351b.tar.bz2
android_bootable_recovery-9cf9b689d9893e52ea91cf7c472247d5c425351b.tar.lz
android_bootable_recovery-9cf9b689d9893e52ea91cf7c472247d5c425351b.tar.xz
android_bootable_recovery-9cf9b689d9893e52ea91cf7c472247d5c425351b.tar.zst
android_bootable_recovery-9cf9b689d9893e52ea91cf7c472247d5c425351b.zip
Diffstat (limited to 'tests')
-rw-r--r--tests/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Android.mk b/tests/Android.mk
index e68e77eb0..58ef3a2af 100644
--- a/tests/Android.mk
+++ b/tests/Android.mk
@@ -155,10 +155,10 @@ libupdater_static_libraries := \
librecovery_static_libraries := \
librecovery \
- $(TARGET_RECOVERY_UI_LIB) \
libbootloader_message \
libfusesideload \
libminadbd \
+ librecovery_ui_default \
librecovery_ui \
libminui \
libverifier \