diff options
author | Alex Deymo <deymo@google.com> | 2017-01-11 23:02:13 +0100 |
---|---|---|
committer | Alex Deymo <deymo@google.com> | 2017-01-11 23:02:13 +0100 |
commit | 31653660adad6aa220f1a975545042126ee83b84 (patch) | |
tree | 1bc81ef8c0009e1b285dd0ed063740037d85601d /tests | |
parent | Merge "Address review comment." (diff) | |
download | android_bootable_recovery-31653660adad6aa220f1a975545042126ee83b84.tar android_bootable_recovery-31653660adad6aa220f1a975545042126ee83b84.tar.gz android_bootable_recovery-31653660adad6aa220f1a975545042126ee83b84.tar.bz2 android_bootable_recovery-31653660adad6aa220f1a975545042126ee83b84.tar.lz android_bootable_recovery-31653660adad6aa220f1a975545042126ee83b84.tar.xz android_bootable_recovery-31653660adad6aa220f1a975545042126ee83b84.tar.zst android_bootable_recovery-31653660adad6aa220f1a975545042126ee83b84.zip |
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Android.mk b/tests/Android.mk index 0aca8c6c7..09cedccb9 100644 --- a/tests/Android.mk +++ b/tests/Android.mk @@ -99,7 +99,7 @@ LOCAL_STATIC_LIBRARIES := \ libfs_mgr \ liblog \ libselinux \ - libext4_utils_static \ + libext4_utils \ libsparse_static \ libcrypto_utils \ libcrypto \ |