From b0f132e244be16c1cadb18e52da6194cda6f6fa1 Mon Sep 17 00:00:00 2001 From: Tao Bao Date: Mon, 13 Aug 2018 22:53:45 -0700 Subject: recovery: Drop the dependency on libcrypto_utils.so and libsparse.so. They're only needed in past when we statically linked libs that had dependencies on them. Dropping them doesn't affect the recovery image size, as there're still other users of the libs. But this would avoid the false dependencies on them. Test: `mmma -j bootable/recovery` Change-Id: Ib43cc42221edde9efea1f12357cfc2f2232ec520 --- Android.bp | 2 -- 1 file changed, 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", -- cgit v1.2.3