summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2018-08-14 18:42:37 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-08-14 18:42:37 +0200
commit19d002d33fd035b40fff84065610cc4e7861b5b0 (patch)
tree8a5e057ca9d241f238ba8e8a8d5eecfae53835ae
parentMerge "Add the hash_tree_info class in Command" (diff)
parentrecovery: Drop the dependency on libcrypto_utils.so and libsparse.so. (diff)
downloadandroid_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.bp2
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",