diff options
author | Tao Bao <tbao@google.com> | 2018-08-14 18:42:37 +0200 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2018-08-14 18:42:37 +0200 |
commit | 19d002d33fd035b40fff84065610cc4e7861b5b0 (patch) | |
tree | 8a5e057ca9d241f238ba8e8a8d5eecfae53835ae | |
parent | Merge "Add the hash_tree_info class in Command" (diff) | |
parent | recovery: Drop the dependency on libcrypto_utils.so and libsparse.so. (diff) | |
download | android_bootable_recovery-19d002d33fd035b40fff84065610cc4e7861b5b0.tar android_bootable_recovery-19d002d33fd035b40fff84065610cc4e7861b5b0.tar.gz android_bootable_recovery-19d002d33fd035b40fff84065610cc4e7861b5b0.tar.bz2 android_bootable_recovery-19d002d33fd035b40fff84065610cc4e7861b5b0.tar.lz android_bootable_recovery-19d002d33fd035b40fff84065610cc4e7861b5b0.tar.xz android_bootable_recovery-19d002d33fd035b40fff84065610cc4e7861b5b0.tar.zst android_bootable_recovery-19d002d33fd035b40fff84065610cc4e7861b5b0.zip |
-rw-r--r-- | Android.bp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Android.bp b/Android.bp index 630c7965e..bc60eed0a 100644 --- a/Android.bp +++ b/Android.bp @@ -107,7 +107,6 @@ cc_defaults { "libbase", "libbootloader_message", "libcrypto", - "libcrypto_utils", "libcutils", "libext4_utils", "libfs_mgr", @@ -116,7 +115,6 @@ cc_defaults { "liblog", "libpng", "libselinux", - "libsparse", "libtinyxml2", "libutils", "libz", |