diff options
author | Tao Bao <tbao@google.com> | 2017-03-20 17:20:45 +0100 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2017-03-20 17:20:46 +0100 |
commit | 64d25024b9ab0bfdb4053e2ab9985f6a7e858d2d (patch) | |
tree | 14f27711c54786f20c9c30cdec0ee476aa97ddee /tests | |
parent | Merge "Drop the dependency on 'ui' in verify_file()." (diff) | |
parent | Remove the dead #include's in verifier.cpp. (diff) | |
download | android_bootable_recovery-64d25024b9ab0bfdb4053e2ab9985f6a7e858d2d.tar android_bootable_recovery-64d25024b9ab0bfdb4053e2ab9985f6a7e858d2d.tar.gz android_bootable_recovery-64d25024b9ab0bfdb4053e2ab9985f6a7e858d2d.tar.bz2 android_bootable_recovery-64d25024b9ab0bfdb4053e2ab9985f6a7e858d2d.tar.lz android_bootable_recovery-64d25024b9ab0bfdb4053e2ab9985f6a7e858d2d.tar.xz android_bootable_recovery-64d25024b9ab0bfdb4053e2ab9985f6a7e858d2d.tar.zst android_bootable_recovery-64d25024b9ab0bfdb4053e2ab9985f6a7e858d2d.zip |
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Android.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/Android.mk b/tests/Android.mk index 65f736d13..ff6e14c9b 100644 --- a/tests/Android.mk +++ b/tests/Android.mk @@ -120,7 +120,6 @@ LOCAL_STATIC_LIBRARIES := \ libupdater \ libbootloader_message \ libverifier \ - libminui \ libotautil \ libmounts \ libdivsufsort \ |